diff --git a/apps/notes/base/backend-deployment.yaml b/apps/notes/base/backend-deployment.yaml index 9812cce..293ff77 100644 --- a/apps/notes/base/backend-deployment.yaml +++ b/apps/notes/base/backend-deployment.yaml @@ -26,7 +26,7 @@ spec: vault.hashicorp.com/agent-inject-secret-notes-db: secrets/data/postgresql/apps/notes vault.hashicorp.com/agent-inject-template-notes-db: |- {{- with secret "secrets/data/postgresql/apps/notes" -}} - PG_HOST=postgresql.notes.svc.cluster.local + PG_HOST=10.222.255.162 PG_PORT=5432 PG_DB=notes_db PG_LOGIN={{ index .Data.data "username" }}