kind: Service apiVersion: v1 metadata: name: simple labels: app: simple spec: type: ClusterIP selector: app: simple ports: - port: 80 targetPort: 80