From a4d56a2976e665857df1186c66202f590027d6a7 Mon Sep 17 00:00:00 2001 From: Laura Sofia Enriquez Date: Sun, 25 Feb 2018 05:11:43 -0300 Subject: Istio implementation for clearwater chart 1. Services ports renamed. 2. Added label 'app' inside all the deployment's yamls. . README.md added with configuration information. JIRA: CLOVER-3 JIRA: CONTAINER-22 Change-Id: I4c58b9ad6b5e0e598ad6a152f58c8afad084a805 Signed-off-by: Laura Sofia Enriquez --- src/helm-charts/clearwater/templates/etcd-svc.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/helm-charts/clearwater/templates/etcd-svc.yaml') diff --git a/src/helm-charts/clearwater/templates/etcd-svc.yaml b/src/helm-charts/clearwater/templates/etcd-svc.yaml index 2df5b16..0c02b62 100644 --- a/src/helm-charts/clearwater/templates/etcd-svc.yaml +++ b/src/helm-charts/clearwater/templates/etcd-svc.yaml @@ -6,11 +6,11 @@ metadata: instance-type: etcd-pod spec: ports: - - name: "etcd-client" + - name: "http-etcd-client" port: 2379 - - name: "etcd-server" + - name: "http-etcd-server" port: 2380 - - name: "4001" + - name: "http-4001" port: 4001 selector: instance-type: etcd-pod -- cgit 1.2.3-korg