From 919479ae586ae8a54a80c70c8aa503c8decacf17 Mon Sep 17 00:00:00 2001 From: rjshrjndrn <rjshrjndrn@gmail.com> Date: Tue, 26 Nov 2019 16:53:12 +0530 Subject: [PATCH] updating the nginx private ingress port as 12000 --- .../helm-charts/nginx-private-ingress/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3node/helm-charts/nginx-private-ingress/templates/deployment.yaml b/3node/helm-charts/nginx-private-ingress/templates/deployment.yaml index 58ee69a52..4219db81d 100644 --- a/3node/helm-charts/nginx-private-ingress/templates/deployment.yaml +++ b/3node/helm-charts/nginx-private-ingress/templates/deployment.yaml @@ -40,7 +40,7 @@ metadata: spec: type: LoadBalancer ports: - - port: 80 + - port: 12000 targetPort: 80 selector: app: private-ingress -- GitLab