From 5081ef9a132b3614af7d2bfbe947a528ec6fd468 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Wed, 25 Dec 2024 09:10:15 +0100 Subject: [PATCH] fix: run keycloak in 2 replicas --- values/keycloak/values.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/values/keycloak/values.yaml b/values/keycloak/values.yaml index c70d7a78..6fb318e4 100644 --- a/values/keycloak/values.yaml +++ b/values/keycloak/values.yaml @@ -1,22 +1,30 @@ +replicaCount: 2 + production: true + proxy: edge + auth: adminPassword: en to tre fire adminUser: admin existingSecret: "" managementPassword: "" managementUser: manager + postgresql: enabled: true auth: postgresPassword: "avatar mustiness economic" password: "punctured abstain facility" + extraVolumeMounts: - mountPath: /opt/bitnami/keycloak/themes/oceanbox name: theme + extraVolumes: - emptyDir: {} name: theme + ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production @@ -39,6 +47,7 @@ ingress: selfSigned: false servicePort: http tls: true + adminIngress: enabled: true annotations: @@ -62,6 +71,7 @@ adminIngress: selfSigned: false servicePort: http tls: true + initContainers: | - name: keycloak-theme-provider image: docker.io/juselius/oceanbox-theme:1.1