diff --git a/clusters/cl01tl/applications/kyoo/values.yaml b/clusters/cl01tl/applications/kyoo/values.yaml index a6984b636..be3e8714a 100644 --- a/clusters/cl01tl/applications/kyoo/values.yaml +++ b/clusters/cl01tl/applications/kyoo/values.yaml @@ -300,6 +300,31 @@ app-template: value: /metadata - name: GOCODER_CACHE_ROOT value: /cache + - name: POSTGRES_USER + valueFrom: + secretKeyRef: + name: kyoo-postgresql-16-cluster-app + key: username + - name: POSTGRES_PASSWORD + valueFrom: + secretKeyRef: + name: kyoo-postgresql-16-cluster-app + key: password + - name: POSTGRES_DB + valueFrom: + secretKeyRef: + name: kyoo-postgresql-16-cluster-app + key: dbname + - name: POSTGRES_SERVER + valueFrom: + secretKeyRef: + name: kyoo-postgresql-16-cluster-app + key: host + - name: POSTGRES_PORT + valueFrom: + secretKeyRef: + name: kyoo-postgresql-16-cluster-app + key: port resources: limits: cpu: 5000m