Skip to content

Commit 97ea351

Browse files
committed
IAM: Reset primary Keycloak URL to iam-auth.*
1 parent b786058 commit 97ea351

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

argocd/eoepca/iam/parts/values/iam-values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ iam: &iam
2020
enabled: true
2121
createRoute: true
2222
# "Official" Keycloak URL (used everywhere where Keycloak needs to be addressed)
23-
# url: &kcurl https://iam-auth.rke2.deploybox.co.uk
24-
url: &kcurl https://rke2.deploybox.co.uk/iam/auth
23+
url: &kcurl https://iam-auth.rke2.deploybox.co.uk
24+
# url: &kcurl https://rke2.deploybox.co.uk/iam/auth
2525
# Deviating "internal" Keycloak URL to use for cluster-internal access
2626
# (defaults to official URL). Only used for Crossplane provider so far.
2727
# Useful to prevent Crossplane-related traffic from going through APISIX.
@@ -387,6 +387,7 @@ keycloak-operator:
387387
tlsSecret: *tlsSecretRef
388388
hostname:
389389
hostname: *kcurl
390+
admin:
390391
ingress:
391392
# Deactivate generation of Ingress resource by operator Helm chart
392393
enabled: false

0 commit comments

Comments
 (0)