We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ddfd8 commit 1b81a1bCopy full SHA for 1b81a1b
2 files changed
charts/ctrlplane/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: ctrlplane
3
description: Ctrlplane Helm chart for Kubernetes
4
type: application
5
-version: 0.3.11
+version: 0.3.12
6
appVersion: "1.16.0"
7
8
maintainers:
charts/ctrlplane/charts/event-worker/templates/deployment.yaml
@@ -48,6 +48,7 @@ spec:
48
port: health
49
initialDelaySeconds: 15
50
periodSeconds: 20
51
+ failureThreshold: 20
52
readinessProbe:
53
httpGet:
54
path: /healthz
0 commit comments