apiVersion: v1 kind: Service metadata: name: nginx-hello namespace: nginx-hello labels: app: nginx-hello spec: type: ClusterIP selector: app: nginx-hello ports: - port: 80 targetPort: http protocol: TCP name: http