switch to pg-17
This commit is contained in:
@@ -35,16 +35,16 @@ penpot:
|
|||||||
name: penpot-key-secret
|
name: penpot-key-secret
|
||||||
key: key
|
key: key
|
||||||
- name: PENPOT_DATABASE_URI
|
- name: PENPOT_DATABASE_URI
|
||||||
value: postgresql://penpot-postgresql-16-cluster-rw:5432/app
|
value: postgresql://penpot-postgresql-17-cluster-rw:5432/app
|
||||||
- name: PENPOT_DATABASE_USERNAME
|
- name: PENPOT_DATABASE_USERNAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: penpot-postgresql-16-cluster-app
|
name: penpot-postgresql-17-cluster-app
|
||||||
key: username
|
key: username
|
||||||
- name: PENPOT_DATABASE_PASSWORD
|
- name: PENPOT_DATABASE_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: penpot-postgresql-16-cluster-app
|
name: penpot-postgresql-17-cluster-app
|
||||||
key: password
|
key: password
|
||||||
- name: PENPOT_REDIS_URI
|
- name: PENPOT_REDIS_URI
|
||||||
value: redis://penpot-valkey-headless.penpot.svc.cluster.local:6379/0
|
value: redis://penpot-valkey-headless.penpot.svc.cluster.local:6379/0
|
||||||
@@ -111,16 +111,16 @@ penpot:
|
|||||||
name: penpot-key-secret
|
name: penpot-key-secret
|
||||||
key: key
|
key: key
|
||||||
- name: PENPOT_DATABASE_URI
|
- name: PENPOT_DATABASE_URI
|
||||||
value: postgresql://penpot-postgresql-16-cluster-rw:5432/app
|
value: postgresql://penpot-postgresql-17-cluster-rw:5432/app
|
||||||
- name: PENPOT_DATABASE_USERNAME
|
- name: PENPOT_DATABASE_USERNAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: penpot-postgresql-16-cluster-app
|
name: penpot-postgresql-17-cluster-app
|
||||||
key: username
|
key: username
|
||||||
- name: PENPOT_DATABASE_PASSWORD
|
- name: PENPOT_DATABASE_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: penpot-postgresql-16-cluster-app
|
name: penpot-postgresql-17-cluster-app
|
||||||
key: password
|
key: password
|
||||||
- name: PENPOT_REDIS_URI
|
- name: PENPOT_REDIS_URI
|
||||||
value: redis://penpot-valkey-headless.penpot.svc.cluster.local:6379/0
|
value: redis://penpot-valkey-headless.penpot.svc.cluster.local:6379/0
|
||||||
@@ -195,16 +195,16 @@ penpot:
|
|||||||
name: penpot-key-secret
|
name: penpot-key-secret
|
||||||
key: key
|
key: key
|
||||||
- name: PENPOT_DATABASE_URI
|
- name: PENPOT_DATABASE_URI
|
||||||
value: postgresql://penpot-postgresql-16-cluster-rw:5432/app
|
value: postgresql://penpot-postgresql-17-cluster-rw:5432/app
|
||||||
- name: PENPOT_DATABASE_USERNAME
|
- name: PENPOT_DATABASE_USERNAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: penpot-postgresql-16-cluster-app
|
name: penpot-postgresql-17-cluster-app
|
||||||
key: username
|
key: username
|
||||||
- name: PENPOT_DATABASE_PASSWORD
|
- name: PENPOT_DATABASE_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: penpot-postgresql-16-cluster-app
|
name: penpot-postgresql-17-cluster-app
|
||||||
key: password
|
key: password
|
||||||
- name: PENPOT_REDIS_URI
|
- name: PENPOT_REDIS_URI
|
||||||
value: redis://penpot-valkey-headless.penpot.svc.cluster.local:6379/0
|
value: redis://penpot-valkey-headless.penpot.svc.cluster.local:6379/0
|
||||||
@@ -406,7 +406,7 @@ postgres-16-cluster:
|
|||||||
endpointCredentials: penpot-postgresql-16-cluster-backup-secret
|
endpointCredentials: penpot-postgresql-16-cluster-backup-secret
|
||||||
backupIndex: 1
|
backupIndex: 1
|
||||||
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
|
||||||
@@ -417,21 +417,9 @@ postgres-17-cluster:
|
|||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
monitoring:
|
monitoring:
|
||||||
enabled: true
|
enabled: true
|
||||||
replica:
|
|
||||||
importType: microservice
|
|
||||||
importDatabases:
|
|
||||||
- app
|
|
||||||
externalCluster:
|
|
||||||
connectionParameters:
|
|
||||||
host: penpot-postgresql-16-cluster-rw
|
|
||||||
user: app
|
|
||||||
dbname: app
|
|
||||||
password:
|
|
||||||
name: penpot-postgresql-16-cluster-app
|
|
||||||
key: password
|
|
||||||
backup:
|
backup:
|
||||||
enabled: false
|
enabled: true
|
||||||
endpointURL: https://nyc3.digitaloceanspaces.com
|
endpointURL: https://nyc3.digitaloceanspaces.com
|
||||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/penpot/penpot-postgresql-16-cluster
|
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/penpot/penpot-postgresql-17-cluster
|
||||||
endpointCredentials: penpot-postgresql-16-cluster-backup-secret
|
endpointCredentials: penpot-postgresql-17-cluster-backup-secret
|
||||||
backupIndex: 1
|
backupIndex: 1
|
||||||
|
Reference in New Issue
Block a user