From aa27851dc4ebea97a1e42fdd5180b452a0eb278f Mon Sep 17 00:00:00 2001 From: Martin Linkhorst Date: Wed, 31 Aug 2016 18:02:37 +0200 Subject: [PATCH] fix(etcd): use correct port names for SRV records --- incubator/etcd/templates/etcd-petset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/incubator/etcd/templates/etcd-petset.yaml b/incubator/etcd/templates/etcd-petset.yaml index 160f920f39..fdff7f974d 100644 --- a/incubator/etcd/templates/etcd-petset.yaml +++ b/incubator/etcd/templates/etcd-petset.yaml @@ -15,9 +15,9 @@ metadata: spec: ports: - port: {{.Values.PeerPort}} - name: peer + name: etcd-server - port: {{.Values.ClientPort}} - name: client + name: etcd-client clusterIP: None selector: component: "{{.Release.Name}}-{{.Values.Component}}"