From 3e6b79e26a01a4b457b005cf77c1df3f5a50b934 Mon Sep 17 00:00:00 2001 From: Laura Sofia Enriquez Date: Sat, 3 Feb 2018 01:16:08 -0300 Subject: Clearwater Helm Chart Custom chart to deploy Clearwater with k8s. This patch depends of gerrit #50467 Change-Id: I5621909d768e6d91668aad9aae70869ae10acecf JIRA: CONTAINER-22 Signed-off-by: Laura Sofia Enriquez --- src/helm-charts/clearwater/templates/bono-svc.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/helm-charts/clearwater/templates/bono-svc.yaml (limited to 'src/helm-charts/clearwater/templates/bono-svc.yaml') diff --git a/src/helm-charts/clearwater/templates/bono-svc.yaml b/src/helm-charts/clearwater/templates/bono-svc.yaml new file mode 100644 index 0000000..a63479d --- /dev/null +++ b/src/helm-charts/clearwater/templates/bono-svc.yaml @@ -0,0 +1,16 @@ +apiVersion: v1 +kind: Service +metadata: + name: bono +spec: + loadBalancerIP: {{ .Values.config.ip }} + type: LoadBalancer + ports: + - name: "3478" + port: 3478 + - name: "5060" + port: 5060 + - name: "5062" + port: 5062 + selector: + service: bono -- cgit 1.2.3-korg