From 7578dca854509dd7529353278450267c2501264b Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Sat, 21 Aug 2021 10:26:07 +0200 Subject: [PATCH] refactored postgres --- apps/{postgresql => }/postgresql-deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) rename apps/{postgresql => }/postgresql-deploy.yaml (96%) diff --git a/apps/postgresql/postgresql-deploy.yaml b/apps/postgresql-deploy.yaml similarity index 96% rename from apps/postgresql/postgresql-deploy.yaml rename to apps/postgresql-deploy.yaml index e9fed96..19496df 100644 --- a/apps/postgresql/postgresql-deploy.yaml +++ b/apps/postgresql-deploy.yaml @@ -24,6 +24,9 @@ spec: ports: - containerPort: 9187 protocol: TCP + env: + - name: DATA_SOURCE_NAME + value: "port=5432 host=127.0.0.1" - name: postgres image: postgres ports: