13 lines
325 B
YAML
13 lines
325 B
YAML
# IOP configuration used to install the demo profile without gateways.
|
|
apiVersion: install.istio.io/v1alpha1
|
|
kind: IstioOperator
|
|
spec:
|
|
profile: demo
|
|
components:
|
|
ingressGateways:
|
|
- name: istio-ingressgateway
|
|
enabled: false
|
|
egressGateways:
|
|
- name: istio-egressgateway
|
|
enabled: false
|