debug: missing account token
This commit is contained in:
@@ -80,18 +80,18 @@ initContainers: |
|
|||||||
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:
|
storage:
|
||||||
resizeInUseVolumes: true
|
resizeInUseVolumes: true
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
backup:
|
backup:
|
||||||
retentionPolicy: 60d
|
retentionPolicy: 60d
|
||||||
target: prefer-standby
|
target: prefer-standby
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user