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
ca571919
authored
2022-09-08 12:17:51 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Rename virtualService to istio.
1 parent
f190ea88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
keycloak/environments/default-values.yaml
keycloak/helmfile.yaml
keycloak/environments/default-values.yaml
View file @
ca57191
...
...
@@ -15,7 +15,7 @@ initialAdmin:
certificate
:
hostName
:
auth.local
issuerRef
:
ca-issuer
virtualService
:
istio
:
enabled
:
true
hostName
:
auth.local
gateway
:
istio-system/cluster-local-gateway
...
...
keycloak/helmfile.yaml
View file @
ca57191
...
...
@@ -30,7 +30,7 @@ releases:
needs
:
-
kpg-postgresql
strategicMergePatches
:
{{
- if not .Values.
virtualService
.enabled
}}
{{
- if not .Values.
istio
.enabled
}}
-
apiVersion
:
networking.istio.io/v1beta1
kind
:
DestinationRule
metadata
:
...
...
@@ -43,7 +43,7 @@ releases:
metadata
:
name
:
kpg-keycloak-crt
namespace
:
{{
.Values.namespace
}}
{{
- if .Values.
virtualService
.enabled
}}
{{
- if .Values.
istio
.enabled
}}
spec
:
dnsNames
:
-
{{
.Values.certificate.hostName
}}
...
...
@@ -57,12 +57,12 @@ releases:
metadata
:
name
:
kpg-keycloak
namespace
:
{{
.Values.namespace
}}
{{
- if .Values.
virtualService
.enabled
}}
{{
- if .Values.
istio
.enabled
}}
spec
:
hosts
:
-
{{
.Values.
virtualService
.hostName
}}
-
{{
.Values.
istio
.hostName
}}
gateways
:
-
{{
.Values.
virtualService
.gateway
}}
-
{{
.Values.
istio
.gateway
}}
{{
- else
}}
$patch
:
delete
{{
- end
}}
...
...
@@ -92,7 +92,7 @@ releases:
-
op
:
replace
path
:
/spec/unsupported/podTemplate/spec/initContainers/0/image
value
:
{{
.Values.postgresql.waitForPg.image
}}
{{
- if .Values.
virtualService
.enabled
}}
{{
- if .Values.
istio
.enabled
}}
-
target
:
kind
:
VirtualService
name
:
kpg-keycloak
...
...
@@ -102,6 +102,6 @@ releases:
patch
:
-
op
:
replace
path
:
/spec/tls/0/match/0/sniHosts/0
value
:
{{
.Values.
virtualService
.hostName
}}
value
:
{{
.Values.
istio
.hostName
}}
{{
- end
}}
...
...
Please
register
or
sign in
to post a comment