Skip to content

Commit 00f0493

Browse files
authored
fix: add initialDelaySeconds for readinessProbe and livenessProbe (#7)
Signed-off-by: Andreea-Lupu <[email protected]>
1 parent 4453a1c commit 00f0493

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/zot/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ appVersion: v2.0.0-rc5
33
description: A Helm chart for Kubernetes
44
name: zot
55
type: application
6-
version: 0.1.23
6+
version: 0.1.24

charts/zot/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ spec:
5151
{{- end }}
5252
{{- end }}
5353
livenessProbe:
54+
initialDelaySeconds: 5
5455
httpGet:
5556
path: /v2/
5657
port: 5000
@@ -60,6 +61,7 @@ spec:
6061
value: Basic {{ .Values.authHeader }}
6162
{{- end }}
6263
readinessProbe:
64+
initialDelaySeconds: 5
6365
httpGet:
6466
path: /v2/
6567
port: 5000

0 commit comments

Comments
 (0)