8b9e654d by Adam Heath

Further tls fixing for keycloak.

1 parent 8459503c
......@@ -50,10 +50,6 @@ releases:
- {{ .Values.virtualService.hostName }}
gateways:
- {{ .Values.virtualService.gateway }}
tls:
- match:
- sniHosts:
- {{ .Values.virtualService.hostName }}
jsonPatches:
- target:
......@@ -74,8 +70,8 @@ releases:
group: networking.istio.io
patch:
- op: replace
path: /spec/http/0/route/0/destination/host
value: kpg-keycloak-service.default.svc.cluster.local
path: /spec/tls/0/match/0/sniHosts/0
value: {{ .Values.virtualService.hostName }}
# - op: replace
# path: /spec/tls/0/match/0/sniHosts/0
# value: {{ .Values.virtualService.hostName }}
......