istio.io/istio@v0.0.0-20240520182934-d79c90f27776/manifests/profiles/empty.yaml (about) 1 # The empty profile has everything disabled 2 # This is useful as a base for custom user configuration 3 apiVersion: install.istio.io/v1alpha1 4 kind: IstioOperator 5 spec: 6 components: 7 base: 8 enabled: false 9 pilot: 10 enabled: false 11 ingressGateways: 12 - name: istio-ingressgateway 13 enabled: false