Skip to content

Commit

Permalink
fix: add initialDelaySeconds for readinessProbe and livenessProbe (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreea-Lupu <[email protected]>
  • Loading branch information
Andreea-Lupu authored Jun 30, 2023
1 parent 4453a1c commit 00f0493
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/zot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: v2.0.0-rc5
description: A Helm chart for Kubernetes
name: zot
type: application
version: 0.1.23
version: 0.1.24
2 changes: 2 additions & 0 deletions charts/zot/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ spec:
{{- end }}
{{- end }}
livenessProbe:
initialDelaySeconds: 5
httpGet:
path: /v2/
port: 5000
Expand All @@ -60,6 +61,7 @@ spec:
value: Basic {{ .Values.authHeader }}
{{- end }}
readinessProbe:
initialDelaySeconds: 5
httpGet:
path: /v2/
port: 5000
Expand Down

0 comments on commit 00f0493

Please sign in to comment.