debug: missing account token

This commit is contained in:
2024-12-28 10:25:00 +01:00
parent ae707279e7
commit fdc3de12fd
+22 -16
View File
@@ -79,20 +79,26 @@ initContainers: |
- name: theme
mountPath: /keycloak/themes/oceanbox
# extraDeploy:
# - apiVersion: postgresql.cnpg.io/v1
# kind: Cluster
# metadata:
# name: prod-keycloak
# namespace: keycloak
# spec:
# instances: 2
# imageName: ghcr.io/cloudnative-pg/postgresql:17.2-27-bookworm
# automountServiceAccountToken: true
# storage:
# resizeInUseVolumes: true
# size: 10Gi
# backup:
# retentionPolicy: 60d
# target: prefer-standby
automountServiceAccountToken: true
serviceAccount:
create: true
automountServiceAccountToken: true
extraDeploy:
- apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: prod-keycloak
namespace: keycloak
spec:
instances: 2
imageName: ghcr.io/cloudnative-pg/postgresql:17.2-27-bookworm
automountServiceAccountToken: true
storage:
resizeInUseVolumes: true
size: 10Gi
backup:
retentionPolicy: 60d
target: prefer-standby