We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2552b7 commit 8993538Copy full SHA for 8993538
premerge/buildbot/liveness.sh
@@ -1 +1,2 @@
1
+#!/bin/bash
2
ps aux | grep "[b]uildbot-worker start"
premerge/buildbot_deployment.yaml
@@ -35,3 +35,9 @@ spec:
35
limits:
36
memory: "1Gi"
37
cpu: "750m"
38
+ livenessProbe:
39
+ exec:
40
+ command:
41
+ - /liveness.sh
42
+ initialDelaySeconds: 10
43
+ periodSeconds: 60
0 commit comments