Skip to content

Commit

Permalink
Fix Postgres service
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Aug 6, 2024
1 parent 42365e4 commit fea321c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 10 additions & 0 deletions k8s/makemyflix/postgres-service.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: makemyflix-postgres
spec:
ports:
- port: 5432
targetPort: 5432
selector:
app: makemyflix-postgres
10 changes: 0 additions & 10 deletions k8s/makemyflix/service.yml

This file was deleted.

0 comments on commit fea321c

Please sign in to comment.