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
8459503c
authored
2022-08-15 14:35:54 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Enable TLS for keycloak.
1 parent
c2b0d966
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
15 deletions
keycloak/charts/keycloak/keycloak.yaml
keycloak/helmfile.yaml
keycloak/charts/keycloak/keycloak.yaml
View file @
8459503
...
...
@@ -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
...
...
keycloak/helmfile.yaml
View file @
8459503
...
...
@@ -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
:
...
...
Please
register
or
sign in
to post a comment