apiVersion: v1 kind: Service metadata: name: db namespace: myapp spec: selector: app: db ports: - port: 5432 targetPort: 5432 clusterIP: None