You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/12/06 12:41:21 UTC

[GitHub] [incubator-kyuubi] murong00 commented on a change in pull request #1513: Added support liveness and readiness for kyuubi pod

murong00 commented on a change in pull request #1513:
URL: https://github.com/apache/incubator-kyuubi/pull/1513#discussion_r762971628



##########
File path: docker/helm/values.yaml
##########
@@ -28,6 +28,18 @@ image:
   # Overrides the image tag whose default is the chart appVersion.
   tag: "master-snapshot"
 
+probe:
+  liveness:
+    enabled: true
+    failureThreshold: 10
+    initialDelaySeconds: 30
+    periodSeconds: 10
+  readiness:
+    enabled: true
+    failureThreshold: 10
+    initialDelaySeconds: 30
+    periodSeconds: 10

Review comment:
       @ulysses-you Done, thanks.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org