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
+15 -14
View File
@@ -79,19 +79,20 @@ initContainers: |
- name: theme - name: theme
mountPath: /keycloak/themes/oceanbox mountPath: /keycloak/themes/oceanbox
extraDeploy: # extraDeploy:
- apiVersion: postgresql.cnpg.io/v1 # - apiVersion: postgresql.cnpg.io/v1
kind: Cluster # kind: Cluster
metadata: # metadata:
name: prod-keycloak # name: prod-keycloak
namespace: keycloak # namespace: keycloak
spec: # spec:
instances: 2 # instances: 2
# imageName: ghcr.io/cloudnative-pg/postgresql:17.2-27-bookworm # imageName: ghcr.io/cloudnative-pg/postgresql:17.2-27-bookworm
storage: # automountServiceAccountToken: true
resizeInUseVolumes: true # storage:
size: 10Gi # resizeInUseVolumes: true
backup: # size: 10Gi
retentionPolicy: 60d # backup:
target: prefer-standby # retentionPolicy: 60d
# target: prefer-standby