istio.io/istio@v0.0.0-20240520182934-d79c90f27776/operator/samples/pilot-advanced-override.yaml (about)

     1  apiVersion: install.istio.io/v1alpha1
     2  kind: IstioOperator
     3  spec:
     4    components:
     5      pilot:
     6        k8s:
     7          overlays:
     8          - kind: Deployment
     9            name: istiod
    10            patches:
    11            - path: spec.template.spec.containers.[name:discovery].args.[30m]
    12              value: "60m" # OVERRIDDEN
    13            - path: spec.template.spec.containers.[name:discovery].ports.[containerPort:8080].containerPort
    14              value: 8090 # OVERRIDDEN
    15          - kind: Service
    16            name: istiod
    17            patches:
    18            - path: spec.ports.[name:grpc-xds].port
    19              value: 15099 # OVERRIDDEN