Skip to content

Fix postgres-deployment.yaml #14

Fix postgres-deployment.yaml

Fix postgres-deployment.yaml #14

apiVersion: v1
kind: Service
metadata:
name: postgres
spec:
selector:
app: postgres
ports:
- protocol: TCP
port: 5432
targetPort: 5432