File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
appVersion : " 2.47.3"
3
3
description : A Helm chart for Kubernetes to install DefectDojo
4
4
name : defectdojo
5
- version : 1.6.193
5
+ version : 1.6.194
6
6
icon : https://www.defectdojo.org/img/favicon.ico
7
7
maintainers :
8
8
- name : madchap
Original file line number Diff line number Diff line change @@ -161,6 +161,16 @@ celery:
161
161
# A list of extra volumes to mount
162
162
# @type: array<map>
163
163
extraVolumes : []
164
+ # Enable liveness probe for Celery beat container.
165
+ livenessProbe : {}
166
+ # exec:
167
+ # command:
168
+ # - bash
169
+ # - -c
170
+ # - celery -A dojo inspect ping -t 5
171
+ # initialDelaySeconds: 30
172
+ # periodSeconds: 60
173
+ # timeoutSeconds: 10
164
174
nodeSelector : {}
165
175
replicas : 1
166
176
resources :
@@ -183,6 +193,16 @@ celery:
183
193
# A list of extra volumes to mount.
184
194
# @type: array<map>
185
195
extraVolumes : []
196
+ # Enable liveness probe for Celery worker containers.
197
+ livenessProbe : {}
198
+ # exec:
199
+ # command:
200
+ # - bash
201
+ # - -c
202
+ # - celery -A dojo inspect ping -t 5
203
+ # initialDelaySeconds: 30
204
+ # periodSeconds: 60
205
+ # timeoutSeconds: 10
186
206
nodeSelector : {}
187
207
replicas : 1
188
208
resources :
You can’t perform that action at this time.
0 commit comments