Enable TLS for keycloak.
Showing
2 changed files
with
13 additions
and
15 deletions
... | @@ -113,13 +113,13 @@ spec: | ... | @@ -113,13 +113,13 @@ spec: |
113 | port: | 113 | port: |
114 | number: 8080 | 114 | number: 8080 |
115 | host: kpg-keycloak-service.default.svc.cluster.local | 115 | host: kpg-keycloak-service.default.svc.cluster.local |
116 | # tls: | 116 | tls: |
117 | # - match: | 117 | - match: |
118 | # - sniHosts: | 118 | - sniHosts: |
119 | # - auth.local | 119 | - auth.local |
120 | # route: | 120 | route: |
121 | # - destination: | 121 | - destination: |
122 | # port: | 122 | port: |
123 | # number: 8443 | 123 | number: 8443 |
124 | # host: kpg-keycloak-service.default.svc.cluster.local | 124 | host: kpg-keycloak-service.default.svc.cluster.local |
125 | 125 | ... | ... |
... | @@ -50,12 +50,10 @@ releases: | ... | @@ -50,12 +50,10 @@ releases: |
50 | - {{ .Values.virtualService.hostName }} | 50 | - {{ .Values.virtualService.hostName }} |
51 | gateways: | 51 | gateways: |
52 | - {{ .Values.virtualService.gateway }} | 52 | - {{ .Values.virtualService.gateway }} |
53 | http: | 53 | tls: |
54 | - route: | 54 | - match: |
55 | - destination: | 55 | - sniHosts: |
56 | port: | 56 | - {{ .Values.virtualService.hostName }} |
57 | number: 8080 | ||
58 | host: kpg-keycloak-service.default.svc.cluster.local | ||
59 | 57 | ||
60 | jsonPatches: | 58 | jsonPatches: |
61 | - target: | 59 | - target: | ... | ... |
-
Please register or sign in to post a comment