Skip to content

Commit cd367ef

Browse files
committed
fix(meowhq-istio): disable cni by default
1 parent 6f4f839 commit cd367ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/meowhq-istio/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ istiod:
9090
autoscaleEnabled: true
9191
autoscaleMin: 2
9292
cni:
93-
enabled: true
93+
enabled: false
9494
podAnnotations:
9595
# just copying from existing - maybe not needed
9696
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"

0 commit comments

Comments
 (0)