From c44e24d2f4ee6c1023606acce0a9fd11f787b5cc Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 24 Sep 2024 07:03:19 +0100 Subject: [PATCH] fix(apps): fix restart policy on searxng --- kubernetes/apps/production/searxng/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/kubernetes/apps/production/searxng/deployment.yaml b/kubernetes/apps/production/searxng/deployment.yaml index 76f112d..c153468 100644 --- a/kubernetes/apps/production/searxng/deployment.yaml +++ b/kubernetes/apps/production/searxng/deployment.yaml @@ -26,4 +26,3 @@ spec: limits: memory: "256Mi" cpu: "500m" - restartPolicy: Always