Skip to content

Commit

Permalink
Fix postgres host annugame
Browse files Browse the repository at this point in the history
  • Loading branch information
07joshua03 committed Mar 20, 2024
1 parent 05d4f89 commit 7c3fb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/annugame/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
memory: 150Mi
env:
- name: POSTGRES_HOST
value: 127.0.0.1:5432
value: "127.0.0.1"
- name: POSTGRES_DB
value: annugame
- name: POSTGRES_USER
Expand Down

0 comments on commit 7c3fb92

Please sign in to comment.