switch to pg-17
This commit is contained in:
@@ -32,22 +32,22 @@ radarr5-4k:
|
|||||||
- name: RADARR__POSTGRES_HOST
|
- name: RADARR__POSTGRES_HOST
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: radarr5-4k-postgresql-16-cluster-app
|
name: radarr5-4k-postgresql-17-cluster-app
|
||||||
key: host
|
key: host
|
||||||
- name: RADARR__POSTGRES_PORT
|
- name: RADARR__POSTGRES_PORT
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: radarr5-4k-postgresql-16-cluster-app
|
name: radarr5-4k-postgresql-17-cluster-app
|
||||||
key: port
|
key: port
|
||||||
- name: RADARR__POSTGRES_USER
|
- name: RADARR__POSTGRES_USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: radarr5-4k-postgresql-16-cluster-app
|
name: radarr5-4k-postgresql-17-cluster-app
|
||||||
key: username
|
key: username
|
||||||
- name: RADARR__POSTGRES_PASSWORD
|
- name: RADARR__POSTGRES_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: radarr5-4k-postgresql-16-cluster-app
|
name: radarr5-4k-postgresql-17-cluster-app
|
||||||
key: password
|
key: password
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
@@ -165,7 +165,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
|
||||||
@@ -183,19 +183,6 @@ postgres-17-cluster:
|
|||||||
postInitSQL:
|
postInitSQL:
|
||||||
- CREATE DATABASE "radarr-main" OWNER "app";
|
- CREATE DATABASE "radarr-main" OWNER "app";
|
||||||
- CREATE DATABASE "radarr-log" OWNER "app";
|
- CREATE DATABASE "radarr-log" OWNER "app";
|
||||||
replica:
|
|
||||||
importType: monolith
|
|
||||||
importDatabases:
|
|
||||||
- radarr-main
|
|
||||||
- radarr-log
|
|
||||||
externalCluster:
|
|
||||||
connectionParameters:
|
|
||||||
host: radarr5-4k-postgresql-16-cluster-rw
|
|
||||||
user: postgres
|
|
||||||
dbname: postgres
|
|
||||||
password:
|
|
||||||
name: radarr5-4k-postgresql-16-cluster-superuser
|
|
||||||
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