Skip to content

Commit cd30fe7

Browse files
committed
remove worker readiness probes
1 parent 00e794a commit cd30fe7

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

charts/windmill/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: windmill
33
type: application
4-
version: 2.0.371
4+
version: 2.0.372
55
appVersion: 1.464.0
66
dependencies:
77
- condition: postgresql.enabled

charts/windmill/templates/worker-groups.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,6 @@ spec:
9191
{{ end }}
9292
ports:
9393
- 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
10594
volumeMounts:
10695
{{ if or $.Values.windmill.exposeHostDocker $v.exposeHostDocker }}
10796
- name: docker-sock

0 commit comments

Comments
 (0)