switch to pg-17
This commit is contained in:
@@ -32,27 +32,27 @@ jellystat:
|
||||
- name: POSTGRES_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: jellystat-postgresql-16-cluster-app
|
||||
name: jellystat-postgresql-17-cluster-app
|
||||
key: username
|
||||
- name: POSTGRES_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: jellystat-postgresql-16-cluster-app
|
||||
name: jellystat-postgresql-17-cluster-app
|
||||
key: password
|
||||
- name: POSTGRES_DB
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: jellystat-postgresql-16-cluster-app
|
||||
name: jellystat-postgresql-17-cluster-app
|
||||
key: dbname
|
||||
- name: POSTGRES_IP
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: jellystat-postgresql-16-cluster-app
|
||||
name: jellystat-postgresql-17-cluster-app
|
||||
key: host
|
||||
- name: POSTGRES_PORT
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: jellystat-postgresql-16-cluster-app
|
||||
name: jellystat-postgresql-17-cluster-app
|
||||
key: port
|
||||
resources:
|
||||
requests:
|
||||
@@ -111,7 +111,7 @@ postgres-16-cluster:
|
||||
backupIndex: 1
|
||||
retentionPolicy: "7d"
|
||||
postgres-17-cluster:
|
||||
mode: replica
|
||||
mode: standalone
|
||||
cluster:
|
||||
image:
|
||||
repository: ghcr.io/cloudnative-pg/postgresql
|
||||
@@ -122,15 +122,6 @@ postgres-17-cluster:
|
||||
storageClass: local-path
|
||||
monitoring:
|
||||
enabled: true
|
||||
replica:
|
||||
externalCluster:
|
||||
connectionParameters:
|
||||
host: jellystat-postgresql-16-cluster-rw
|
||||
user: app
|
||||
dbname: app
|
||||
password:
|
||||
name: jellystat-postgresql-16-cluster-app
|
||||
key: password
|
||||
backup:
|
||||
enabled: false
|
||||
endpointURL: https://nyc3.digitaloceanspaces.com
|
||||
|
Reference in New Issue
Block a user