From b787987debf4c0391244df7360c499eaaf75e77c Mon Sep 17 00:00:00 2001 From: yandongxiao Date: Thu, 29 Aug 2024 15:01:21 +0800 Subject: [PATCH] [BugFix] Fix Comment about how to disable probe Signed-off-by: yandongxiao --- .../charts/starrocks/values.yaml | 22 +++++++++---------- helm-charts/charts/kube-starrocks/values.yaml | 22 +++++++++---------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/helm-charts/charts/kube-starrocks/charts/starrocks/values.yaml b/helm-charts/charts/kube-starrocks/charts/starrocks/values.yaml index 8516923a..d80cf47c 100644 --- a/helm-charts/charts/kube-starrocks/charts/starrocks/values.yaml +++ b/helm-charts/charts/kube-starrocks/charts/starrocks/values.yaml @@ -335,15 +335,15 @@ starrocksFESpec: # StartupProbeFailureSeconds defines the total failure seconds of startup Probe. # default value is 300 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. startupProbeFailureSeconds: # LivenessProbeFailureSeconds defines the total failure seconds of liveness Probe. # default value is 15 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. livenessProbeFailureSeconds: # ReadinessProbeFailureSeconds defines the total failure seconds of readiness Probe. # default value is 15 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. readinessProbeFailureSeconds: # Lifecycle describes actions that the management system should take in response to container lifecycle events. # By default, Operator will add corresponding preStop hooks for different components. For example, the preStop @@ -621,15 +621,15 @@ starrocksCnSpec: # StartupProbeFailureSeconds defines the total failure seconds of startup Probe. # default value is 300 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. startupProbeFailureSeconds: # LivenessProbeFailureSeconds defines the total failure seconds of liveness Probe. # default value is 15 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. livenessProbeFailureSeconds: # ReadinessProbeFailureSeconds defines the total failure seconds of readiness Probe. # default value is 15 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. readinessProbeFailureSeconds: # Lifecycle describes actions that the management system should take in response to container lifecycle events. # By default, Operator will add corresponding preStop hooks for different components. For example, the preStop @@ -873,15 +873,15 @@ starrocksBeSpec: # StartupProbeFailureSeconds defines the total failure seconds of startup Probe. # default value is 300 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. startupProbeFailureSeconds: # LivenessProbeFailureSeconds defines the total failure seconds of liveness Probe. # default value is 15 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. livenessProbeFailureSeconds: # ReadinessProbeFailureSeconds defines the total failure seconds of readiness Probe. # default value is 15 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. readinessProbeFailureSeconds: # Lifecycle describes actions that the management system should take in response to container lifecycle events. # By default, Operator will add corresponding preStop hooks for different components. For example, the preStop @@ -1023,11 +1023,11 @@ starrocksFeProxySpec: # LivenessProbeFailureSeconds defines the total failure seconds of liveness Probe. # default value is 15 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. livenessProbeFailureSeconds: # ReadinessProbeFailureSeconds defines the total failure seconds of readiness Probe. # default value is 15 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. readinessProbeFailureSeconds: # Note: will create emptyDir volume for fe proxy, PVC is not supported. emptyDirs: [] diff --git a/helm-charts/charts/kube-starrocks/values.yaml b/helm-charts/charts/kube-starrocks/values.yaml index d68e352d..0d42a6ac 100644 --- a/helm-charts/charts/kube-starrocks/values.yaml +++ b/helm-charts/charts/kube-starrocks/values.yaml @@ -443,15 +443,15 @@ starrocks: # StartupProbeFailureSeconds defines the total failure seconds of startup Probe. # default value is 300 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. startupProbeFailureSeconds: # LivenessProbeFailureSeconds defines the total failure seconds of liveness Probe. # default value is 15 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. livenessProbeFailureSeconds: # ReadinessProbeFailureSeconds defines the total failure seconds of readiness Probe. # default value is 15 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. readinessProbeFailureSeconds: # Lifecycle describes actions that the management system should take in response to container lifecycle events. # By default, Operator will add corresponding preStop hooks for different components. For example, the preStop @@ -729,15 +729,15 @@ starrocks: # StartupProbeFailureSeconds defines the total failure seconds of startup Probe. # default value is 300 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. startupProbeFailureSeconds: # LivenessProbeFailureSeconds defines the total failure seconds of liveness Probe. # default value is 15 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. livenessProbeFailureSeconds: # ReadinessProbeFailureSeconds defines the total failure seconds of readiness Probe. # default value is 15 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. readinessProbeFailureSeconds: # Lifecycle describes actions that the management system should take in response to container lifecycle events. # By default, Operator will add corresponding preStop hooks for different components. For example, the preStop @@ -981,15 +981,15 @@ starrocks: # StartupProbeFailureSeconds defines the total failure seconds of startup Probe. # default value is 300 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. startupProbeFailureSeconds: # LivenessProbeFailureSeconds defines the total failure seconds of liveness Probe. # default value is 15 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. livenessProbeFailureSeconds: # ReadinessProbeFailureSeconds defines the total failure seconds of readiness Probe. # default value is 15 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. readinessProbeFailureSeconds: # Lifecycle describes actions that the management system should take in response to container lifecycle events. # By default, Operator will add corresponding preStop hooks for different components. For example, the preStop @@ -1131,11 +1131,11 @@ starrocks: # LivenessProbeFailureSeconds defines the total failure seconds of liveness Probe. # default value is 15 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. livenessProbeFailureSeconds: # ReadinessProbeFailureSeconds defines the total failure seconds of readiness Probe. # default value is 15 seconds - # You can set it to 0 to disable the probe. + # You can set it to "0" to disable the probe. readinessProbeFailureSeconds: # Note: will create emptyDir volume for fe proxy, PVC is not supported. emptyDirs: []