Skip to content

Commit 4d630be

Browse files
authored
Add Kubernetes Service for Postgres
1 parent f071882 commit 4d630be

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
name: postgres
5+
spec:
6+
type: ClusterIP
7+
selector:
8+
app: postgres
9+
ports:
10+
- port: 5432
11+
targetPort: 5432

0 commit comments

Comments
 (0)