File tree 2 files changed +4
-4
lines changed
service-proxy/charts/1.0.0/service-proxy/templates
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ metadata:
14
14
{{- with .Values.ingress.annotations }}
15
15
annotations :
16
16
{{- toYaml . | nindent 4 }}
17
- nginx.ingress.kubernetes.io/auth-signin : https://oauth2 -proxy.{{ required ".domain missing" $.Values.domain }}/oauth2/start
18
- nginx.ingress.kubernetes.io/auth-url : https://oauth2 -proxy.{{ required ".domain missing" $.Values.domain }}/oauth2/auth
17
+ nginx.ingress.kubernetes.io/auth-signin : https://auth -proxy.{{ required ".domain missing" $.Values.domain }}/oauth2/start
18
+ nginx.ingress.kubernetes.io/auth-url : https://auth -proxy.{{ required ".domain missing" $.Values.domain }}/oauth2/auth
19
19
nginx.ingress.kubernetes.io/service-upstream : " true"
20
20
{{- end }}
21
21
spec :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ metadata:
15
15
spec :
16
16
ingressClassName : nginx
17
17
rules :
18
- - host : oauth2 -proxy.{{ required ".domain missing" $.Values.domain }}
18
+ - host : auth -proxy.{{ required ".domain missing" $.Values.domain }}
19
19
http :
20
20
paths :
21
21
- backend :
27
27
pathType : Prefix
28
28
tls :
29
29
- hosts :
30
- - oauth2 -proxy.{{ required ".domain missing" $.Values.domain }}
30
+ - auth -proxy.{{ required ".domain missing" $.Values.domain }}
31
31
secretName : {{ $fullName }}-tls
You can’t perform that action at this time.
0 commit comments