apiVersion: v1 kind: Service metadata: name: postgres namespace: hell-world labels: app: postgres spec: type: ClusterIP ports: - port: 5432 targetPort: 5432 protocol: TCP name: postgres selector: app: postgres