Skip to content

Commit ed3e330

Browse files
committed
fix: keep oxia istio config scoped
1 parent 74ac225 commit ed3e330

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

charts/sn-platform/templates/oxia/oxia-cluster.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ spec:
2323
{{- if .Values.istio.enabled }}
2424
istio:
2525
enabled: true
26-
{{- if .Values.istio.dataplaneMode }}
27-
dataplaneMode: {{ .Values.istio.dataplaneMode }}
28-
{{- end }}
2926
{{- if .Values.istio.migration }}
3027
mtls:
3128
mode: permissive

charts/sn-platform/values.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2930,11 +2930,6 @@ istio:
29302930
# mergeMetrics should be enabled if you want to scrape pulsar metrics from an external prometheus not running on Istio
29312931
# prometheus and grafana will not be Istio injected if mergeMetrics is enabled
29322932
mergeMetrics: false
2933-
# Istio data plane mode: "sidecar" or "ambient"
2934-
# - sidecar: Traditional per-pod sidecars (default if empty)
2935-
# - ambient: Sidecar-less data plane using ztunnel for L4 mTLS
2936-
# Leave empty for default behavior (sidecar mode)
2937-
dataplaneMode: ""
29382933
gateway:
29392934
# gateway selector if it's not `istio: ingressgateway`
29402935
selector: {}

0 commit comments

Comments
 (0)