8 lines
208 B
YAML
8 lines
208 B
YAML
# 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 |