Revert "plausible restart on failure only" This reverts commit dcdef6b0d7f5e3ec72a2b446205e0d8a97f6baf8.
1 files changed, 1 insertions(+), 1 deletions(-) M plausible/deployment.yaml
M plausible/deployment.yaml => plausible/deployment.yaml +1 -1
@@ 18,7 18,7 @@ spec: app.kubernetes.io/name: plausible app.kubernetes.io/component: server spec: - restartPolicy: OnFailure + restartPolicy: Always # see https://github.com/plausible/analytics/blob/master/Dockerfile securityContext: runAsUser: 1000