fix: run keycloak in 2 replicas

This commit is contained in:
2024-12-25 09:10:15 +01:00
parent 38f80bdf48
commit 5081ef9a13
+10
View File
@@ -1,22 +1,30 @@
replicaCount: 2
production: true production: true
proxy: edge proxy: edge
auth: auth:
adminPassword: en to tre fire adminPassword: en to tre fire
adminUser: admin adminUser: admin
existingSecret: "" existingSecret: ""
managementPassword: "" managementPassword: ""
managementUser: manager managementUser: manager
postgresql: postgresql:
enabled: true enabled: true
auth: auth:
postgresPassword: "avatar mustiness economic" postgresPassword: "avatar mustiness economic"
password: "punctured abstain facility" password: "punctured abstain facility"
extraVolumeMounts: extraVolumeMounts:
- mountPath: /opt/bitnami/keycloak/themes/oceanbox - mountPath: /opt/bitnami/keycloak/themes/oceanbox
name: theme name: theme
extraVolumes: extraVolumes:
- emptyDir: {} - emptyDir: {}
name: theme name: theme
ingress: ingress:
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-production cert-manager.io/cluster-issuer: letsencrypt-production
@@ -39,6 +47,7 @@ ingress:
selfSigned: false selfSigned: false
servicePort: http servicePort: http
tls: true tls: true
adminIngress: adminIngress:
enabled: true enabled: true
annotations: annotations:
@@ -62,6 +71,7 @@ adminIngress:
selfSigned: false selfSigned: false
servicePort: http servicePort: http
tls: true tls: true
initContainers: | initContainers: |
- name: keycloak-theme-provider - name: keycloak-theme-provider
image: docker.io/juselius/oceanbox-theme:1.1 image: docker.io/juselius/oceanbox-theme:1.1