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

     1  # The OpenShift profile provides a basic set of settings to run Istio on OpenShift
     2  # CNI must be installed.
     3  cni:
     4    cniBinDir: /var/lib/cni/bin
     5    cniConfDir: /etc/cni/multus/net.d
     6    chained: false
     7    cniConfFileName: "istio-cni.conf"
     8    logLevel: info
     9    provider: "multus"
    10  global:
    11    platform: openshift
    12  pilot:
    13    cni:
    14      enabled: true
    15      provider: "multus"
    16  platform: openshift