16 lines
433 B
YAML
16 lines
433 B
YAML
# The remote profile is used to configure a mesh cluster without a locally deployed control plane.
|
|
# Only the injector mutating webhook configuration is installed.
|
|
apiVersion: install.istio.io/v1alpha1
|
|
kind: IstioOperator
|
|
spec:
|
|
components:
|
|
base:
|
|
enabled: false
|
|
pilot:
|
|
enabled: false
|
|
ingressGateways:
|
|
- name: istio-ingressgateway
|
|
enabled: false
|
|
istiodRemote:
|
|
enabled: true
|