zuul-helm/charts/zuul/values.yaml
James E. Blair 92886e64ca Allow override of service type for zuul-web
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
2020-01-11 12:10:24 -08:00

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: {}