fix: update openfga postgres to 17

This commit is contained in:
2024-12-31 13:44:17 +01:00
parent aaf7fad09a
commit d05f619618
+14 -14
View File
@@ -41,17 +41,17 @@ ingress:
- openfga.srv.oceanbox.io - openfga.srv.oceanbox.io
extraObjects: extraObjects:
- apiVersion: postgresql.cnpg.io/v1 - apiVersion: postgresql.cnpg.io/v1
kind: Cluster kind: Cluster
metadata: metadata:
name: prod-openfga name: prod-openfga
namespace: openfga namespace: openfga
spec: spec:
instances: 2 instances: 2
# imageName: ghcr.io/cloudnative-pg/postgres:15-3.3 imageName: ghcr.io/cloudnative-pg/postgres:17-bookworm
storage: storage:
resizeInUseVolumes: true resizeInUseVolumes: true
size: 10Gi size: 10Gi
backup: backup:
retentionPolicy: 60d retentionPolicy: 60d
target: prefer-standby target: prefer-standby