Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
k8s-helmfiles
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8b9e654d
authored
2022-08-15 14:56:53 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Further tls fixing for keycloak.
1 parent
8459503c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
keycloak/helmfile.yaml
keycloak/helmfile.yaml
View file @
8b9e654
...
...
@@ -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 }}
...
...
Please
register
or
sign in
to post a comment