Further tls fixing for keycloak.
Showing
1 changed file
with
2 additions
and
6 deletions
... | @@ -50,10 +50,6 @@ releases: | ... | @@ -50,10 +50,6 @@ releases: |
50 | - {{ .Values.virtualService.hostName }} | 50 | - {{ .Values.virtualService.hostName }} |
51 | gateways: | 51 | gateways: |
52 | - {{ .Values.virtualService.gateway }} | 52 | - {{ .Values.virtualService.gateway }} |
53 | tls: | ||
54 | - match: | ||
55 | - sniHosts: | ||
56 | - {{ .Values.virtualService.hostName }} | ||
57 | 53 | ||
58 | jsonPatches: | 54 | jsonPatches: |
59 | - target: | 55 | - target: |
... | @@ -74,8 +70,8 @@ releases: | ... | @@ -74,8 +70,8 @@ releases: |
74 | group: networking.istio.io | 70 | group: networking.istio.io |
75 | patch: | 71 | patch: |
76 | - op: replace | 72 | - op: replace |
77 | path: /spec/http/0/route/0/destination/host | 73 | path: /spec/tls/0/match/0/sniHosts/0 |
78 | value: kpg-keycloak-service.default.svc.cluster.local | 74 | value: {{ .Values.virtualService.hostName }} |
79 | # - op: replace | 75 | # - op: replace |
80 | # path: /spec/tls/0/match/0/sniHosts/0 | 76 | # path: /spec/tls/0/match/0/sniHosts/0 |
81 | # value: {{ .Values.virtualService.hostName }} | 77 | # value: {{ .Values.virtualService.hostName }} | ... | ... |
-
Please register or sign in to post a comment