apiVersion: v1 kind: Service metadata: name: pg-demo namespace: cnpg spec: selector: app: pg-demo ports: - port: 80 targetPort: 80 type: ClusterIP