Files
service-catalog/charts/kubeflow/common/istio-1-24/profile.yaml
T
2025-06-24 12:03:10 +09:00

32 lines
670 B
YAML

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