switch to pg-17
This commit is contained in:
@@ -32,22 +32,22 @@ lidarr2:
|
|||||||
- name: LIDARR__POSTGRES_HOST
|
- name: LIDARR__POSTGRES_HOST
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: lidarr2-postgresql-16-cluster-app
|
name: lidarr2-postgresql-17-cluster-app
|
||||||
key: host
|
key: host
|
||||||
- name: LIDARR__POSTGRES_PORT
|
- name: LIDARR__POSTGRES_PORT
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: lidarr2-postgresql-16-cluster-app
|
name: lidarr2-postgresql-17-cluster-app
|
||||||
key: port
|
key: port
|
||||||
- name: LIDARR__POSTGRES_USER
|
- name: LIDARR__POSTGRES_USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: lidarr2-postgresql-16-cluster-app
|
name: lidarr2-postgresql-17-cluster-app
|
||||||
key: username
|
key: username
|
||||||
- name: LIDARR__POSTGRES_PASSWORD
|
- name: LIDARR__POSTGRES_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: lidarr2-postgresql-16-cluster-app
|
name: lidarr2-postgresql-17-cluster-app
|
||||||
key: password
|
key: password
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
|
Reference in New Issue
Block a user