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