From dcdef6b0d7f5e3ec72a2b446205e0d8a97f6baf8 Mon Sep 17 00:00:00 2001 From: Sean Baildon Date: Tue, 12 Apr 2022 18:26:34 -0500 Subject: [PATCH] plausible restart on failure only --- plausible/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plausible/deployment.yaml b/plausible/deployment.yaml index 687a961..55fbe12 100644 --- a/plausible/deployment.yaml +++ b/plausible/deployment.yaml @@ -18,7 +18,7 @@ spec: app.kubernetes.io/name: plausible app.kubernetes.io/component: server spec: - restartPolicy: Always + restartPolicy: OnFailure # see https://github.com/plausible/analytics/blob/master/Dockerfile securityContext: runAsUser: 1000 -- 2.34.2