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/ellis-svc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/helm-charts/clearwater/templates/ellis-svc.yaml') diff --git a/src/helm-charts/clearwater/templates/ellis-svc.yaml b/src/helm-charts/clearwater/templates/ellis-svc.yaml index 68d2da0..60e24d5 100644 --- a/src/helm-charts/clearwater/templates/ellis-svc.yaml +++ b/src/helm-charts/clearwater/templates/ellis-svc.yaml @@ -5,7 +5,7 @@ metadata: spec: type: NodePort ports: - - name: "http" + - name: "http-ellis" port: 80 nodePort: 30080 selector: -- cgit 1.2.3-korg