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