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 deef336 commit b82fc38Copy full SHA for b82fc38
1 file changed
playbooks/roles/zuul_k8s/tasks/zuul-scheduler.yaml
@@ -90,18 +90,18 @@
90
- containerPort: 4730
91
name: "gearman"
92
protocol: "TCP"
93
- readinessProbe:
94
- tcpSocket:
95
- port: "gearman"
96
- initialDelaySeconds: 5
97
- periodSeconds: 5
98
- timeoutSeconds: 3
99
- livenessProbe:
100
101
102
103
104
+ #readinessProbe:
+ # tcpSocket:
+ # port: "gearman"
+ # initialDelaySeconds: 5
+ # periodSeconds: 5
+ # timeoutSeconds: 3
+ #livenessProbe:
105
volumeMounts:
106
- name: "certs"
107
readOnly: true
0 commit comments