openstack-helm/etcd/templates/service.yaml
Tomasz Paszkowski e3f1389f60 Add rabbitmq deployment with HA. (#123)
This works is based on http://github.com/openstack-fuel-ccp-rabbitmq and it mostly adjusts this solution
to a helm based deployment.
2017-02-17 10:49:32 -08:00

11 lines
182 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ .Values.network.host }}
spec:
sessionAffinity: ClientIP
ports:
- port: {{ .Values.network.port }}
selector:
app: etcd