apiVersion: install.istio.io/v1alpha1 kind: IstioOperator metadata: namespace: istio-system spec: hub: docker.io/istio tag: 1.23.1 # Turn on default components: base, pilot, and ingress gateway components: base: enabled: true pilot: enabled: true k8s: nodeSelector: nodegroup: nd # Istio Gateway feature ingressGateways: - name: istio-ingressgateway enabled: true k8s: nodeSelector: nodegroup: nd egressGateways: - name: istio-egressgateway enabled: false # Most default values come from the helm chart's values.yaml # Below are the things that differ values: defaultRevision: "" global: istioNamespace: istio-system configValidation: true gateways: istio-ingressgateway: {} istio-egressgateway: {}