Skip to content

Commit 6ecced1

Browse files
authored
fix(chart): increase liveness probe controlplane (#1579)
Signed-off-by: Miguel Martinez <[email protected]> Signed-off-by: Miguel Martinez Trivino <[email protected]>
1 parent 51ed92b commit 6ecced1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

deployment/chainloop/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Chainloop is an open source software supply chain control plane, a
77

88
type: application
99
# Bump the patch (not minor, not major) version on each change in the Chart Source code
10-
version: 1.145.0
10+
version: 1.145.1
1111
# Do not update appVersion, this is handled automatically by the release process
1212
appVersion: v0.127.0
1313

deployment/chainloop/templates/controlplane/deployment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,16 @@ spec:
104104
path: /statusz
105105
port: http
106106
periodSeconds: 5
107+
failureThreshold: 10
108+
periodSeconds: 5
109+
initialDelaySeconds: 10
107110
livenessProbe:
108111
httpGet:
109112
path: /statusz
110113
port: http
114+
failureThreshold: 10
111115
periodSeconds: 5
116+
initialDelaySeconds: 10
112117
readinessProbe:
113118
httpGet:
114119
path: /statusz?readiness=1

0 commit comments

Comments
 (0)