apiVersion: v1 kind: Service metadata: name: mypostgres namespace: runcible spec: ports: - port: 5432 protocol: TCP selector: app: mypostgres