8459503c by Adam Heath

Enable TLS for keycloak.

1 parent c2b0d966
......@@ -113,13 +113,13 @@ spec:
port:
number: 8080
host: kpg-keycloak-service.default.svc.cluster.local
# tls:
# - match:
# - sniHosts:
# - auth.local
# route:
# - destination:
# port:
# number: 8443
# host: kpg-keycloak-service.default.svc.cluster.local
tls:
- match:
- sniHosts:
- auth.local
route:
- destination:
port:
number: 8443
host: kpg-keycloak-service.default.svc.cluster.local
......
......@@ -50,12 +50,10 @@ releases:
- {{ .Values.virtualService.hostName }}
gateways:
- {{ .Values.virtualService.gateway }}
http:
- route:
- destination:
port:
number: 8080
host: kpg-keycloak-service.default.svc.cluster.local
tls:
- match:
- sniHosts:
- {{ .Values.virtualService.hostName }}
jsonPatches:
- target:
......