fix db secret values
This commit is contained in:
@@ -32,23 +32,23 @@ lidarr2:
|
||||
- name: LIDARR__POSTGRES_HOST
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: kyoo-postgresql-16-cluster-app
|
||||
key: username
|
||||
name: lidarr2-postgresql-16-cluster-app
|
||||
key: host
|
||||
- name: LIDARR__POSTGRES_PORT
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: kyoo-postgresql-16-cluster-app
|
||||
key: password
|
||||
name: lidarr2-postgresql-16-cluster-app
|
||||
key: port
|
||||
- name: LIDARR__POSTGRES_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: kyoo-postgresql-16-cluster-app
|
||||
key: dbname
|
||||
name: lidarr2-postgresql-16-cluster-app
|
||||
key: username
|
||||
- name: LIDARR__POSTGRES_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: kyoo-postgresql-16-cluster-app
|
||||
key: host
|
||||
name: lidarr2-postgresql-16-cluster-app
|
||||
key: password
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
|
Reference in New Issue
Block a user