k8sall/archives/matrix/postgres-service.yaml
Justine Pelletreau b40aa7b60a archives added
2022-06-25 12:29:03 +02:00

13 lines
190 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
run: matrix-postgres
name: matrix-postgres
spec:
ports:
- name: "postgres"
port: 5432
selector:
run: matrix-postgres