File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -125,22 +125,22 @@ scheduler:
125
125
- ALL
126
126
extraEnvs : []
127
127
# 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
144
144
# PRO Features only
145
145
proLicenseKey : " "
146
146
usePrometheusExporter : false
You can’t perform that action at this time.
0 commit comments