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 41110b9 commit 00e794aCopy full SHA for 00e794a
charts/windmill/Chart.yaml
@@ -1,8 +1,8 @@
1
apiVersion: v2
2
name: windmill
3
type: application
4
-version: 2.0.370
5
-appVersion: 1.463.0
+version: 2.0.371
+appVersion: 1.464.0
6
dependencies:
7
- condition: postgresql.enabled
8
name: postgresql
charts/windmill/templates/worker-groups.yaml
@@ -91,6 +91,17 @@ spec:
91
{{ end }}
92
ports:
93
- containerPort: 8001
94
+ readinessProbe:
95
+ initialDelaySeconds: 1
96
+ periodSeconds: 5
97
+ timeoutSeconds: 1
98
+ successThreshold: 1
99
+ failureThreshold: 1
100
+ httpGet:
101
+ host:
102
+ scheme: HTTP
103
+ path: /ready
104
+ port: 8001
105
volumeMounts:
106
{{ if or $.Values.windmill.exposeHostDocker $v.exposeHostDocker }}
107
- name: docker-sock
0 commit comments