We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4453a1c commit 00f0493Copy full SHA for 00f0493
charts/zot/Chart.yaml
@@ -3,4 +3,4 @@ appVersion: v2.0.0-rc5
3
description: A Helm chart for Kubernetes
4
name: zot
5
type: application
6
-version: 0.1.23
+version: 0.1.24
charts/zot/templates/deployment.yaml
@@ -51,6 +51,7 @@ spec:
51
{{- end }}
52
53
livenessProbe:
54
+ initialDelaySeconds: 5
55
httpGet:
56
path: /v2/
57
port: 5000
@@ -60,6 +61,7 @@ spec:
60
61
value: Basic {{ .Values.authHeader }}
62
63
readinessProbe:
64
65
66
67
0 commit comments