istio.io/istio@v0.0.0-20240520182934-d79c90f27776/manifests/profiles/default.yaml (about)

     1  apiVersion: install.istio.io/v1alpha1
     2  kind: IstioOperator
     3  metadata:
     4    namespace: istio-system
     5  spec:
     6    hub: gcr.io/istio-testing
     7    tag: latest
     8  
     9    # Turn on default components: base, pilot, and ingress gateway
    10    components:
    11      base:
    12        enabled: true
    13      pilot:
    14        enabled: true
    15      # Istio Gateway feature
    16      ingressGateways:
    17      - name: istio-ingressgateway
    18        enabled: true
    19      egressGateways:
    20      - name: istio-egressgateway
    21        enabled: false
    22  
    23    # Most default values come from the helm chart's values.yaml
    24    # Below are the things that differ
    25    values:
    26      defaultRevision: ""
    27      global:
    28        istioNamespace: istio-system
    29        configValidation: true
    30      gateways:
    31        istio-ingressgateway: {}
    32        istio-egressgateway: {}