File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
sentrius-gcp-chart/templates Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ metadata:
66 annotations :
77 kubernetes.io/ingress.class : " gce"
88spec :
9+ tls :
10+ - hosts :
11+ - {{ .Values.tenant }}.sentrius.cloud
12+ - keycloak.{{ .Values.tenant }}.sentrius.cloud
13+ secretName : {{ .Values.tenant }}-tls
914 rules :
1015 - host : keycloak.{{ .Values.tenant }}.sentrius.cloud
1116 http :
1419 pathType : Prefix
1520 backend :
1621 service :
17- name : keycloak
22+ name : sentrius- keycloak
1823 port :
1924 number : 8081
2025 - host : {{ .Values.tenant }}.sentrius.cloud
Original file line number Diff line number Diff line change 1+ apiVersion : networking.gke.io/v1
2+ kind : ManagedCertificate
3+ metadata :
4+ name : keycloak-cert
5+ namespace : {{ .Values.tenant }}
6+ spec :
7+ domains :
8+ - {{ .Values.subdomain }}
9+ - keycloak.{{ .Values.subdomain }}
You can’t perform that action at this time.
0 commit comments