istio.io/istio@v0.0.0-20240520182934-d79c90f27776/operator/pkg/helmreconciler/testdata/current.yaml (about)

     1  apiVersion: v1
     2  kind: Service
     3  metadata:
     4    name: my-service
     5  spec:
     6    selector:
     7      app: MyApp
     8    ports:
     9      - name: http
    10        protocol: TCP
    11        port: 80
    12        nodePort: 9376
    13      - name: https
    14        protocol: TCP
    15        port: 443
    16        nodePort: 9377
    17    clusterIP: 10.0.171.239
    18    type: LoadBalancer