kubernetes-yaml/learn/learn-kubernetes-master/kiamol/ch10/lab/ch10-lab-solution/values.yaml

8 lines
208 B
YAML
Raw Normal View History

# environment - Dev, Test or Prod
environment: Test
# whether the config UI is enabled
configControllerEnabled: false
# port for the Service:
servicePort: 8080
# type of the Service:
serviceType: LoadBalancer