Skip to content

Commit b82fc38

Browse files
committed
disable readiness check for zuul scheduler
It doesn't behave as expected at the moment.
1 parent deef336 commit b82fc38

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

playbooks/roles/zuul_k8s/tasks/zuul-scheduler.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,18 @@
9090
- containerPort: 4730
9191
name: "gearman"
9292
protocol: "TCP"
93-
readinessProbe:
94-
tcpSocket:
95-
port: "gearman"
96-
initialDelaySeconds: 5
97-
periodSeconds: 5
98-
timeoutSeconds: 3
99-
livenessProbe:
100-
tcpSocket:
101-
port: "gearman"
102-
initialDelaySeconds: 5
103-
periodSeconds: 5
104-
timeoutSeconds: 3
93+
#readinessProbe:
94+
# tcpSocket:
95+
# port: "gearman"
96+
# initialDelaySeconds: 5
97+
# periodSeconds: 5
98+
# timeoutSeconds: 3
99+
#livenessProbe:
100+
# tcpSocket:
101+
# port: "gearman"
102+
# initialDelaySeconds: 5
103+
# periodSeconds: 5
104+
# timeoutSeconds: 3
105105
volumeMounts:
106106
- name: "certs"
107107
readOnly: true

0 commit comments

Comments
 (0)