istio.io/istio@v0.0.0-20240520182934-d79c90f27776/operator/pkg/helmreconciler/testdata/overlay.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: 0
    13      - name: https
    14        protocol: TCP
    15        port: 443
    16        nodePort: 9379
    17    type: LoadBalancer