Skip to content

Commit

Permalink
Added password to postgres db
Browse files Browse the repository at this point in the history
  • Loading branch information
jadbaz authored May 28, 2020
1 parent ff33f99 commit 30821d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion postgres-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ spec:
containers:
- name: postgres
image: postgres:9.4
env:
- name: POSTGRES_PASSWORD
value: postgres
ports:
- containerPort: 5432
- containerPort: 5432

0 comments on commit 30821d8

Please sign in to comment.