From 7c9721dba912b2c58633a8ceefeaae502648ae19 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 22 Dec 2024 16:57:37 -0600 Subject: [PATCH] switch to pg-17 --- .../cl01tl/applications/jellystat/values.yaml | 21 ++++++------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/clusters/cl01tl/applications/jellystat/values.yaml b/clusters/cl01tl/applications/jellystat/values.yaml index 160343aba..01c695f95 100644 --- a/clusters/cl01tl/applications/jellystat/values.yaml +++ b/clusters/cl01tl/applications/jellystat/values.yaml @@ -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