From 39aceb4d94de68265876607ed436a79532ce9d88 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Sat, 22 Jun 2024 21:47:15 -0500 Subject: [PATCH] fix db secret values --- clusters/cl01tl/applications/lidarr2/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/clusters/cl01tl/applications/lidarr2/values.yaml b/clusters/cl01tl/applications/lidarr2/values.yaml index 583905b15..0d2c88dbf 100644 --- a/clusters/cl01tl/applications/lidarr2/values.yaml +++ b/clusters/cl01tl/applications/lidarr2/values.yaml @@ -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