14 lines
330 B
YAML
14 lines
330 B
YAML
# The empty profile has everything disabled
|
|
# This is useful as a base for custom user configuration
|
|
apiVersion: install.istio.io/v1alpha1
|
|
kind: IstioOperator
|
|
spec:
|
|
components:
|
|
base:
|
|
enabled: false
|
|
pilot:
|
|
enabled: false
|
|
ingressGateways:
|
|
- name: istio-ingressgateway
|
|
enabled: false
|