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