Skip to content

Commit

Permalink
Postgres service
Browse files Browse the repository at this point in the history
  • Loading branch information
olevitt committed May 9, 2023
1 parent 67a4715 commit 0c36a64
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kubernetes/persistance/service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: postgres
spec:
selector:
app: postgres
ports:
- port: 5432
targetPort: 5432

0 comments on commit 0c36a64

Please sign in to comment.