debug: missing account token

This commit is contained in:
2024-12-28 10:20:45 +01:00
parent 0ce818e2f5
commit ae707279e7
3 changed files with 46 additions and 15 deletions
+15
View File
@@ -0,0 +1,15 @@
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
storage:
resizeInUseVolumes: true
size: 10Gi
backup:
retentionPolicy: 60d
target: prefer-standby
+15
View File
@@ -0,0 +1,15 @@
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
storage:
resizeInUseVolumes: true
size: 10Gi
backup:
retentionPolicy: 60d
target: prefer-standby
+16 -15
View File
@@ -79,19 +79,20 @@ 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
storage:
resizeInUseVolumes: true
size: 10Gi
backup:
retentionPolicy: 60d
target: prefer-standby
# 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