This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git


The following commit(s) were added to refs/heads/master by this push:
     new 3cc2b41  Fix wrong value references in probes (#23)
3cc2b41 is described below

commit 3cc2b414a229f4a91656495ccd7fa16941389c06
Author: kezhenxu94 <[email protected]>
AuthorDate: Thu Sep 19 11:28:25 2024 +0800

    Fix wrong value references in probes (#23)
---
 chart/templates/liaison_deployment.yaml | 10 +++++-----
 chart/templates/ui_deployment.yaml      | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/chart/templates/liaison_deployment.yaml 
b/chart/templates/liaison_deployment.yaml
index 73f41b1..cd9bc8b 100644
--- a/chart/templates/liaison_deployment.yaml
+++ b/chart/templates/liaison_deployment.yaml
@@ -132,11 +132,11 @@ spec:
               {{- else }}
               scheme: HTTP
               {{- end }}
-            initialDelaySeconds: {{ 
.Values.cluster.liaison.readinessProbe.initialDelaySeconds }}
-            periodSeconds: {{ 
.Values.cluster.liaison.readinessProbe.periodSeconds }}
-            timeoutSeconds: {{ 
.Values.cluster.liaison.readinessProbe.timeoutSeconds }}
-            successThreshold: {{ 
.Values.cluster.liaison.readinessProbe.successThreshold }}
-            failureThreshold: {{ 
.Values.cluster.liaison.readinessProbe.failureThreshold }}
+            initialDelaySeconds: {{ 
.Values.cluster.liaison.livenessProbe.initialDelaySeconds }}
+            periodSeconds: {{ 
.Values.cluster.liaison.livenessProbe.periodSeconds }}
+            timeoutSeconds: {{ 
.Values.cluster.liaison.livenessProbe.timeoutSeconds }}
+            successThreshold: {{ 
.Values.cluster.liaison.livenessProbe.successThreshold }}
+            failureThreshold: {{ 
.Values.cluster.liaison.livenessProbe.failureThreshold }}
           
           {{- if.Values.cluster.liaison.resources }}
           resources:
diff --git a/chart/templates/ui_deployment.yaml 
b/chart/templates/ui_deployment.yaml
index 1e6f77d..298fb7c 100644
--- a/chart/templates/ui_deployment.yaml
+++ b/chart/templates/ui_deployment.yaml
@@ -116,11 +116,11 @@ spec:
               {{- else }}
               scheme: HTTP
               {{- end }}
-            initialDelaySeconds: {{ 
.Values.cluster.ui.standalone.readinessProbe.initialDelaySeconds }}
-            periodSeconds: {{ 
.Values.cluster.ui.standalone.readinessProbe.periodSeconds }}
-            timeoutSeconds: {{ 
.Values.cluster.ui.standalone.readinessProbe.timeoutSeconds }}
-            successThreshold: {{ 
.Values.cluster.ui.standalone.readinessProbe.successThreshold }}
-            failureThreshold: {{ 
.Values.cluster.ui.standalone.readinessProbe.failureThreshold }}
+            initialDelaySeconds: {{ 
.Values.cluster.ui.standalone.livenessProbe.initialDelaySeconds }}
+            periodSeconds: {{ 
.Values.cluster.ui.standalone.livenessProbe.periodSeconds }}
+            timeoutSeconds: {{ 
.Values.cluster.ui.standalone.livenessProbe.timeoutSeconds }}
+            successThreshold: {{ 
.Values.cluster.ui.standalone.livenessProbe.successThreshold }}
+            failureThreshold: {{ 
.Values.cluster.ui.standalone.livenessProbe.failureThreshold }}
           
           {{- if.Values.cluster.ui.standalone.resources }}
           resources:

Reply via email to