We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23142af commit c21796cCopy full SHA for c21796c
helm/oauth2-proxy/templates/service.yaml
@@ -36,7 +36,7 @@ spec:
36
{{- end }}
37
ports:
38
- port: {{ .Values.service.portNumber }}
39
- targetPort: {{ .Values.httpScheme }}
+ targetPort: {{ .Values.service.targetPort | default .Values.httpScheme }}
40
{{- if (and (eq .Values.service.type "NodePort") (not (empty .Values.service.nodePort))) }}
41
nodePort: {{ .Values.service.nodePort }}
42
0 commit comments