Skip to content

Commit

Permalink
fix: enable by default celery's readiness and liveness probes
Browse files Browse the repository at this point in the history
  • Loading branch information
gertzakis committed Aug 27, 2024
1 parent ddb3f39 commit d7ca62d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/nautobot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ celery:
# -- (Probe) [[ref](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes)] Nautobot Celery Worker liveness probe
# @default -- See values.yaml
livenessProbe:
enabled: false
enabled: true
exec:
command:
- "bash"
Expand All @@ -534,7 +534,7 @@ celery:
# -- (Probe) [[ref](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes)] Nautobot Celery Worker readiness probe
# @default -- See values.yaml
readinessProbe:
enabled: false
enabled: true
exec:
command:
- "bash"
Expand Down

0 comments on commit d7ca62d

Please sign in to comment.