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 00e794a commit cd30fe7Copy full SHA for cd30fe7
charts/windmill/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: windmill
3
type: application
4
-version: 2.0.371
+version: 2.0.372
5
appVersion: 1.464.0
6
dependencies:
7
- condition: postgresql.enabled
charts/windmill/templates/worker-groups.yaml
@@ -91,17 +91,6 @@ 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