Skip to content
Snippets Groups Projects
Verified Commit 61939d6f authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(postgres): Add missing lines to previous commit…

This patch fulfils the previous's promises and puts the right port
string in place. :see_no_evil:
parent 5a6d2ca4
No related branches found
No related tags found
No related merge requests found
...@@ -21,11 +21,11 @@ spec: ...@@ -21,11 +21,11 @@ spec:
matchLabels: matchLabels:
name: zalando-postgres name: zalando-postgres
ports: ports:
- containerPort: 8008 - port: 8008
protocol: TCP protocol: TCP
- containerPort: 5432 - port: 5432
protocol: TCP protocol: TCP
- containerPort: 8080 - port: 8080
protocol: TCP protocol: TCP
podSelector: podSelector:
matchLabels: matchLabels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment