summaryrefslogtreecommitdiffstats
path: root/charts/aaf-oauth/templates/service.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'charts/aaf-oauth/templates/service.yaml')
-rw-r--r--charts/aaf-oauth/templates/service.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/charts/aaf-oauth/templates/service.yaml b/charts/aaf-oauth/templates/service.yaml
index 281aa1c..d94bcae 100644
--- a/charts/aaf-oauth/templates/service.yaml
+++ b/charts/aaf-oauth/templates/service.yaml
@@ -26,8 +26,6 @@ spec:
ports:
{{if eq .Values.service.type "NodePort" -}}
- port: {{ .Values.service.externalPort }}
- #Example internal target port if required
- #targetPort: {{ .Values.service.internalPort }}
nodePort: {{ .Values.global.nodePortPrefix | default .Values.nodePortPrefix }}{{ .Values.service.nodePort }}
name: {{ .Values.service.portName }}
{{- else -}}