Add postgres app.
This commit is contained in:
10
apps/postgres/service.yaml
Normal file
10
apps/postgres/service.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: postgres
|
||||
spec:
|
||||
ports:
|
||||
- port: 5432
|
||||
selector:
|
||||
app: postgres
|
Reference in New Issue
Block a user