Skip to content

Commit 475ed17

Browse files
chore: add livenessProbe entries for celery
1 parent ec5dd85 commit 475ed17

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

helm/defectdojo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: "2.47.3"
33
description: A Helm chart for Kubernetes to install DefectDojo
44
name: defectdojo
5-
version: 1.6.193
5+
version: 1.6.194
66
icon: https://www.defectdojo.org/img/favicon.ico
77
maintainers:
88
- name: madchap

helm/defectdojo/values.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,16 @@ celery:
161161
# A list of extra volumes to mount
162162
# @type: array<map>
163163
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
164174
nodeSelector: {}
165175
replicas: 1
166176
resources:
@@ -183,6 +193,16 @@ celery:
183193
# A list of extra volumes to mount.
184194
# @type: array<map>
185195
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
186206
nodeSelector: {}
187207
replicas: 1
188208
resources:

0 commit comments

Comments
 (0)