istio.io/istio@v0.0.0-20240520182934-d79c90f27776/manifests/charts/gateways/istio-ingress/files/profile-openshift.yaml (about)

     1  # WARNING: DO NOT EDIT, THIS FILE IS A COPY.
     2  # The original version of this file is located at /manifests/helm-profiles directory.
     3  # If you want to make a change in this file, edit the original one and run "make gen".
     4  
     5  # The OpenShift profile provides a basic set of settings to run Istio on OpenShift
     6  # CNI must be installed.
     7  cni:
     8    cniBinDir: /var/lib/cni/bin
     9    cniConfDir: /etc/cni/multus/net.d
    10    chained: false
    11    cniConfFileName: "istio-cni.conf"
    12    logLevel: info
    13    provider: "multus"
    14  global:
    15    platform: openshift
    16  pilot:
    17    cni:
    18      enabled: true
    19      provider: "multus"
    20  platform: openshift