File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments