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: