From 45962b004f7ef4621a9f0fecc238503ee834fe77 Mon Sep 17 00:00:00 2001 From: Josh Santos Date: Wed, 18 Dec 2024 21:30:37 +0700 Subject: [PATCH] Update deployment env vars Signed-off-by: Josh Santos Run prettier for docs Signed-off-by: Josh Santos --- docs/deployment/k8s.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/deployment/k8s.md b/docs/deployment/k8s.md index a2939dcae7..1a225d6d12 100644 --- a/docs/deployment/k8s.md +++ b/docs/deployment/k8s.md @@ -210,6 +210,11 @@ spec: envFrom: - secretRef: name: postgres-secrets + env: + - name: POSTGRES_HOST + value: postgres.backstage + - name: POSTGRES_PORT + value: '5432' volumeMounts: - mountPath: /var/lib/postgresql/data name: postgresdb