Skip to content

Commit

Permalink
Fix DB host
Browse files Browse the repository at this point in the history
  • Loading branch information
bbedward committed Jun 27, 2024
1 parent 3b5eed8 commit 1a11b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/natrium/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- name: RPC_URL
value: http://10.7.0.1:7076
- name: DB_HOST
value: pg-natrium.postgres
value: pg-natrium.natrium
- name: DB_PORT
value: "5432"
- name: DB_SSLMODE
Expand Down

0 comments on commit 1a11b0d

Please sign in to comment.