File tree Expand file tree Collapse file tree 3 files changed +1
-75
lines changed Expand file tree Collapse file tree 3 files changed +1
-75
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ type: application
16
16
# This is the chart version. This version number should be incremented each time you make changes
17
17
# to the chart and its templates, including the app version.
18
18
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19
- version : 0.64 .0
19
+ version : 0.65 .0
20
20
21
21
# This is the version number of the application being deployed. This version number should be
22
22
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -23,24 +23,16 @@ metadata:
23
23
name : hub-frontend-demo-ingress
24
24
annotations :
25
25
kubernetes.io/ingress.class : {{ .Values.ingress }}
26
- {{- if eq .Values.kerberoshub.oauth2Proxy.enabled true }}
27
- nginx.ingress.kubernetes.io/auth-url : " https://$host/oauth2/auth"
28
- nginx.ingress.kubernetes.io/auth-signin : " https://$host/oauth2/start?rd=$escaped_request_uri"
29
- {{- end }}
30
26
{{- if eq .Values.ingress "nginx" }}
31
27
kubernetes.io/tls-acme : " true"
32
28
nginx.ingress.kubernetes.io/ssl-redirect : " true"
33
29
cert-manager.io/cluster-issuer : " letsencrypt-prod"
34
30
{{- end }}
35
31
spec :
36
-
37
32
{{- with .Values.kerberoshub.frontend.demoTls }}
38
33
tls :
39
34
{{- toYaml . | nindent 8 }}
40
35
{{- end }}
41
-
42
-
43
-
44
36
{{ if .Capabilities.APIVersions.Has "networking.k8s.io/v1" }}
45
37
rules :
46
38
- host : " {{ .Values.kerberoshub.frontend.demoUrl }}"
64
56
servicePort : 80
65
57
{{ end }}
66
58
---
67
- apiVersion : networking.k8s.io/v1
68
- kind : Ingress
69
- metadata :
70
- name : oauth2-proxy-frontend-demo
71
- namespace : kube-system
72
- annotations :
73
- kubernetes.io/ingress.class : {{ .Values.ingress }}
74
- {{- if eq .Values.ingress "nginx" }}
75
- cert-manager.io/cluster-issuer : letsencrypt-prod
76
- kubernetes.io/tls-acme : " true"
77
- nginx.ingress.kubernetes.io/ssl-redirect : " true"
78
- {{- end }}
79
- spec :
80
- ingressClassName : nginx
81
- rules :
82
- - host : " {{ .Values.kerberoshub.frontend.demoUrl }}"
83
- http :
84
- paths :
85
- - path : /oauth2
86
- pathType : Prefix
87
- backend :
88
- service :
89
- name : oauth2-proxy
90
- port :
91
- number : 4180
92
- tls :
93
- - hosts :
94
- - " {{ .Values.kerberoshub.frontend.demoUrl }}"
95
- secretName :
96
- ---
97
59
apiVersion : apps/v1
98
60
kind : Deployment
99
61
metadata :
Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ metadata:
23
23
name : hub-frontend-ingress
24
24
annotations :
25
25
kubernetes.io/ingress.class : {{ .Values.ingress }}
26
- {{- if eq .Values.kerberoshub.oauth2Proxy.enabled true }}
27
- nginx.ingress.kubernetes.io/auth-url : " https://$host/oauth2/auth"
28
- nginx.ingress.kubernetes.io/auth-signin : " https://$host/oauth2/start?rd=$escaped_request_uri"
29
- {{- end }}
30
26
{{- if eq .Values.ingress "nginx" }}
31
27
kubernetes.io/tls-acme : " true"
32
28
nginx.ingress.kubernetes.io/ssl-redirect : " true"
@@ -103,38 +99,6 @@ spec:
103
99
servicePort : 80
104
100
{{- end }}
105
101
{{- end }}
106
- {{- if eq .Values.kerberoshub.oauth2Proxy.enabled true }}
107
- ---
108
- apiVersion : networking.k8s.io/v1
109
- kind : Ingress
110
- metadata :
111
- name : oauth2-proxy-frontend
112
- namespace : kube-system
113
- annotations :
114
- kubernetes.io/ingress.class : {{ .Values.ingress }}
115
- {{- if eq .Values.ingress "nginx" }}
116
- cert-manager.io/cluster-issuer : letsencrypt-prod
117
- kubernetes.io/tls-acme : " true"
118
- nginx.ingress.kubernetes.io/ssl-redirect : " true"
119
- {{- end }}
120
- spec :
121
- ingressClassName : nginx
122
- rules :
123
- - host : " {{ .Values.kerberoshub.frontend.url }}"
124
- http :
125
- paths :
126
- - path : /oauth2
127
- pathType : Prefix
128
- backend :
129
- service :
130
- name : oauth2-proxy
131
- port :
132
- number : 4180
133
- tls :
134
- - hosts :
135
- - " {{ .Values.kerberoshub.frontend.url }}"
136
- secretName : oauth2-proxy-tls
137
- {{- end }}
138
102
---
139
103
apiVersion : apps/v1
140
104
kind : Deployment
You can’t perform that action at this time.
0 commit comments