e3f1389f60
This works is based on http://github.com/openstack-fuel-ccp-rabbitmq and it mostly adjusts this solution to a helm based deployment.
24 lines
414 B
YAML
24 lines
414 B
YAML
images:
|
|
etcd: gcr.io/google_containers/etcd-amd64:2.2.5
|
|
pull_policy: "IfNotPresent"
|
|
|
|
upgrades:
|
|
revision_history: 3
|
|
pod_replacement_strategy: RollingUpdate
|
|
rolling_update:
|
|
max_unavailable: 1
|
|
max_surge: 3
|
|
|
|
labels:
|
|
node_selector_key: openstack-control-plane
|
|
node_selector_value: enabled
|
|
|
|
network:
|
|
port: 2379
|
|
host: etcd
|
|
|
|
resources:
|
|
etcd:
|
|
# No HA support, don't change this.
|
|
replicas: 1
|