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