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}}"