You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
670 B
31 lines
670 B
apiVersion: install.istio.io/v1alpha1
|
|
kind: IstioOperator
|
|
spec:
|
|
components:
|
|
base:
|
|
enabled: true
|
|
egressGateways:
|
|
- enabled: false
|
|
name: istio-egressgateway
|
|
ingressGateways:
|
|
- enabled: true
|
|
name: istio-ingressgateway
|
|
pilot:
|
|
enabled: true
|
|
k8s:
|
|
env:
|
|
- name: ENABLE_NATIVE_SIDECARS
|
|
value: "true"
|
|
hub: gcr.io/istio-release
|
|
profile: default
|
|
tag: 1.24.3
|
|
values:
|
|
defaultRevision: ""
|
|
gateways:
|
|
istio-egressgateway: {}
|
|
istio-ingressgateway: {}
|
|
seccompProfile:
|
|
type: RuntimeDefault
|
|
global:
|
|
configValidation: true
|
|
istioNamespace: istio-system
|
|
|