File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11name : oauth2-proxy
2- version : 6.3.0
2+ version : 6.3.1
33apiVersion : v2
44appVersion : 7.3.0
55home : https://oauth2-proxy.github.io/oauth2-proxy/
Original file line number Diff line number Diff line change 5959 - --alpha-config=/etc/oauth2_proxy/oauth2_proxy.yml
6060 {{- else }}
6161 - --http-address=0.0.0.0:4180
62+ - --https-address=0.0.0.0:4443
6263 {{- if .Values.metrics.enabled }}
6364 - --metrics-address=0.0.0.0:44180
6465 {{- end }}
@@ -159,7 +160,11 @@ spec:
159160{{ tpl (toYaml .Values.extraEnv) . | indent 8 }}
160161 {{- end }}
161162 ports :
163+ {{- if eq .Values.httpScheme "http" }}
162164 - containerPort : 4180
165+ {{- else }}
166+ - containerPort : 4443
167+ {{- end }}
163168 name : {{ .Values.httpScheme }}
164169 protocol : TCP
165170{{- if .Values.metrics.enabled }}
You can’t perform that action at this time.
0 commit comments