
To attach a service to a GCE loadbalancer, the service must be a NodePort not a ClusterIP. Allow users to specify that as an option. ClusterIP is the default. Change-Id: I98a31f14c110293ac66d3a356accdf1e925663e5
30 lines
342 B
YAML
30 lines
342 B
YAML
---
|
|
zookeeper:
|
|
hosts: zookeeper
|
|
|
|
executor:
|
|
enabled: true
|
|
replicas: 3
|
|
|
|
merger:
|
|
enabled: true
|
|
replicas: 3
|
|
|
|
scheduler:
|
|
enabled: true
|
|
gearman:
|
|
port: 4730
|
|
tenantConfigPath: /etc/zuul/main.yaml
|
|
|
|
web:
|
|
enabled: true
|
|
replicas: 3
|
|
port: 9000
|
|
serviceType: ClusterIP
|
|
|
|
ingress:
|
|
enabled: false
|
|
|
|
tenantConfig: {}
|
|
extraFiles: {}
|