istio.io/istio@v0.0.0-20240520182934-d79c90f27776/samples/bookinfo/demo-profile-no-gateways.yaml (about) 1 # IOP configuration used to install the demo profile without gateways. 2 apiVersion: install.istio.io/v1alpha1 3 kind: IstioOperator 4 spec: 5 profile: demo 6 components: 7 ingressGateways: 8 - name: istio-ingressgateway 9 enabled: false 10 egressGateways: 11 - name: istio-egressgateway 12 enabled: false