debug: add import-export sidecar
This commit is contained in:
@@ -1,15 +0,0 @@
|
|||||||
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
|
|
||||||
|
|
||||||
@@ -117,6 +117,5 @@ sidecars:
|
|||||||
image: ghcr.io/cloudnative-pg/postgresql:17.2-27-bookworm
|
image: ghcr.io/cloudnative-pg/postgresql:17.2-27-bookworm
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
command:
|
command:
|
||||||
- /bin/bash
|
- /usr/bin/sleep
|
||||||
- sleep
|
|
||||||
- 365d
|
- 365d
|
||||||
|
|||||||
@@ -78,6 +78,5 @@ sidecars:
|
|||||||
image: ghcr.io/cloudnative-pg/postgresql:17.2-27-bookworm
|
image: ghcr.io/cloudnative-pg/postgresql:17.2-27-bookworm
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
command:
|
command:
|
||||||
- /bin/bash
|
- /usr/bin/sleep
|
||||||
- sleep
|
|
||||||
- 365d
|
- 365d
|
||||||
|
|||||||
Reference in New Issue
Block a user