Initial commit
This commit is contained in:
14
deprecated/psono/postgres/postgresql-svc.yaml
Normal file
14
deprecated/psono/postgres/postgresql-svc.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: postgresql
|
||||
namespace: psono
|
||||
spec:
|
||||
selector:
|
||||
app: postgresql
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- name: postgresql-port
|
||||
protocol: TCP
|
||||
port: 5432
|
||||
targetPort: 5432
|
||||
Reference in New Issue
Block a user