fix: update openfga postgres to 17
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user