kind: Service apiVersion: v1 metadata: name: example spec: type: ClusterIP selector: app: example ports: - protocol: TCP port: 80 targetPort: 8080