Skip to content

Commit

Permalink
fix(kubernetes): database host
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamad-liyaghi committed Jul 25, 2024
1 parent 276bf7e commit 5220b55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ spec:
value: "$(DATABASE_PASSWORD)"
- name: POSTGRES_DB
value: "$(DATABASE_NAME)"
- name: DATABASE_HOST
value: "postgres"
- name: POSTGRES_MULTIPLE_DATABASES
value: "$(DATABASE_NAME),$(DATABASE_TEST_NAME)"

Expand Down

0 comments on commit 5220b55

Please sign in to comment.