From e0ad1137a8bcc84ba0935335071f12e9a7d4f88d Mon Sep 17 00:00:00 2001 From: Ivan Cherviakov Date: Fri, 3 Apr 2026 18:04:15 +0700 Subject: [PATCH] prevent istio from rewriting probes through sidecar --- charts/cubejs/Chart.yaml | 2 +- charts/cubejs/values.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/cubejs/Chart.yaml b/charts/cubejs/Chart.yaml index 377b68b..4406354 100644 --- a/charts/cubejs/Chart.yaml +++ b/charts/cubejs/Chart.yaml @@ -19,7 +19,7 @@ maintainers: email: developers@taskworld.com # Increment this version on every chart change -version: 1.0.5 +version: 1.0.6 # Tracks the deployed Cube.js application version appVersion: "1.6.29" diff --git a/charts/cubejs/values.yaml b/charts/cubejs/values.yaml index 08d0985..44fef4a 100644 --- a/charts/cubejs/values.yaml +++ b/charts/cubejs/values.yaml @@ -3,6 +3,10 @@ namespace: "cubejs" annotations: reloader.stakater.com/auto: "true" + # Prevent Istio from rewriting HTTP probes through its sidecar (port 15020). + # Without this, kubelet probes are routed via Istio and can time out when the + # sidecar is slow to start or forward requests. + sidecar.istio.io/rewriteAppHTTPProbers: "false" # BigQuery connection settings. bigquery: