From f39aa6dabe7450ed5f94b87c22984bd9fb1d13d4 Mon Sep 17 00:00:00 2001 From: David Burke Date: Thu, 20 Apr 2023 21:05:47 -0400 Subject: [PATCH] I hate bash I hate bash I hate bash --- django-helm-chart | 2 +- values.yaml | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/django-helm-chart b/django-helm-chart index ab1ff08..4666486 160000 --- a/django-helm-chart +++ b/django-helm-chart @@ -1 +1 @@ -Subproject commit ab1ff087d21e6f523c035b2061f06b490d60bf1d +Subproject commit 466648631f63004b665ef8be701532af2a50a401 diff --git a/values.yaml b/values.yaml index 6ad9e13..8a32d4f 100644 --- a/values.yaml +++ b/values.yaml @@ -93,11 +93,14 @@ worker: # targetMemory: 80 livenessProbe: enabled: true - initialDelaySeconds: 30 - periodSeconds: 300 + initialDelaySeconds: 10 + periodSeconds: 30 timeoutSeconds: 30 command: - - "celery -A glitchtip inspect ping -d celery@$HOSTNAME" + - /bin/sh + - -c + - exec + - celery -A glitchtip inspect ping -d celery@$HOSTNAME resources: limits: cpu: 900m