Skip to content

Commit

Permalink
Merge pull request #2 from vpalazhi/patch-1
Browse files Browse the repository at this point in the history
Update postgres-pod.yml
  • Loading branch information
mmumshad authored Apr 13, 2020
2 parents cbc55c5 + ce600a9 commit 6196cf0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion postgres-pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@ spec:
containers:
- name: postgres
image: postgres:9.4
env:
- name: POSTGRES_USER
value: "postgres"
- name: POSTGRES_PASSWORD
value: "postgres"
ports:
- containerPort: 5432
- containerPort: 5432

0 comments on commit 6196cf0

Please sign in to comment.