From 013b92932ea2b81522da41b4a422d6fb1bc715ac Mon Sep 17 00:00:00 2001 From: Inderpreet Date: Sat, 29 Oct 2022 18:00:35 +0530 Subject: [PATCH] update helm --- helm-chart/templates/service.yaml | 1 + helm-chart/values.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/helm-chart/templates/service.yaml b/helm-chart/templates/service.yaml index 9855a8b..5d7b96d 100644 --- a/helm-chart/templates/service.yaml +++ b/helm-chart/templates/service.yaml @@ -11,5 +11,6 @@ spec: targetPort: {{ .Values.service.targetPort }} protocol: TCP name: http + nodePort: {{ .Values.service.nodePort }} selector: {{- include "random-shapes.selectorLabels" . | nindent 4 }} diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 8a1cd3f..89f40f8 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -14,6 +14,7 @@ service: type: ClusterIP port: 80 targetPort: 80 + nodePort: 30336 color: circle: black