Skip to content

Commit ea638a7

Browse files
committed
commented scheduler probes, needs fixing
1 parent c833b39 commit ea638a7

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

charts/bunkerweb/values.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -125,22 +125,22 @@ scheduler:
125125
- ALL
126126
extraEnvs: []
127127
# Probes
128-
livenessProbe:
129-
exec:
130-
command:
131-
- /usr/share/bunkerweb/helpers/healthcheck-scheduler.sh
132-
initialDelaySeconds: 30
133-
periodSeconds: 5
134-
timeoutSeconds: 1
135-
failureThreshold: 3
136-
readinessProbe:
137-
exec:
138-
command:
139-
- /usr/share/bunkerweb/helpers/healthcheck-scheduler.sh
140-
initialDelaySeconds: 30
141-
periodSeconds: 1
142-
timeoutSeconds: 1
143-
failureThreshold: 3
128+
# livenessProbe:
129+
# exec:
130+
# command:
131+
# - /usr/share/bunkerweb/helpers/healthcheck-scheduler.sh
132+
# initialDelaySeconds: 30
133+
# periodSeconds: 5
134+
# timeoutSeconds: 1
135+
# failureThreshold: 3
136+
# readinessProbe:
137+
# exec:
138+
# command:
139+
# - /usr/share/bunkerweb/helpers/healthcheck-scheduler.sh
140+
# initialDelaySeconds: 30
141+
# periodSeconds: 1
142+
# timeoutSeconds: 1
143+
# failureThreshold: 3
144144
# PRO Features only
145145
proLicenseKey: ""
146146
usePrometheusExporter: false

0 commit comments

Comments
 (0)