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/chronos-depl.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/helm-charts/clearwater/templates/chronos-depl.yaml') diff --git a/src/helm-charts/clearwater/templates/chronos-depl.yaml b/src/helm-charts/clearwater/templates/chronos-depl.yaml index 8ed8735..2f65ad8 100644 --- a/src/helm-charts/clearwater/templates/chronos-depl.yaml +++ b/src/helm-charts/clearwater/templates/chronos-depl.yaml @@ -10,6 +10,7 @@ spec: metadata: labels: service: chronos + app: chronos spec: terminationGracePeriodSeconds: 120 containers: -- cgit 1.2.3-korg