# infrastructure/postgres/service.yaml apiVersion: v1 kind: Service metadata: name: postgres-service namespace: postgres spec: clusterIP: None ports: - name: postgres port: 5432 protocol: TCP targetPort: 5432 selector: app: postgres