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