Skip to content

Commit 1b81a1b

Browse files
committed
increase failure threashold
1 parent 32ddfd8 commit 1b81a1b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/ctrlplane/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ctrlplane
33
description: Ctrlplane Helm chart for Kubernetes
44
type: application
5-
version: 0.3.11
5+
version: 0.3.12
66
appVersion: "1.16.0"
77

88
maintainers:

charts/ctrlplane/charts/event-worker/templates/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ spec:
4848
port: health
4949
initialDelaySeconds: 15
5050
periodSeconds: 20
51+
failureThreshold: 20
5152
readinessProbe:
5253
httpGet:
5354
path: /healthz

0 commit comments

Comments
 (0)