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