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
extraObjects:
- apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: prod-openfga
namespace: openfga
spec:
instances: 2
# imageName: ghcr.io/cloudnative-pg/postgres:15-3.3
storage:
resizeInUseVolumes: true
size: 10Gi
backup:
retentionPolicy: 60d
target: prefer-standby
- apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: prod-openfga
namespace: openfga
spec:
instances: 2
imageName: ghcr.io/cloudnative-pg/postgres:17-bookworm
storage:
resizeInUseVolumes: true
size: 10Gi
backup:
retentionPolicy: 60d
target: prefer-standby