e3f1389f60
This works is based on http://github.com/openstack-fuel-ccp-rabbitmq and it mostly adjusts this solution to a helm based deployment.
11 lines
182 B
YAML
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
|