From 86c4085996b4fcde35d7913bf3ca68eb429ae678 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 23 Feb 2026 14:24:28 +0100 Subject: miniflux: healthcheck MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/miniflux/files/kube.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bundles') diff --git a/bundles/miniflux/files/kube.yaml b/bundles/miniflux/files/kube.yaml index e8b371a..97035f4 100644 --- a/bundles/miniflux/files/kube.yaml +++ b/bundles/miniflux/files/kube.yaml @@ -47,10 +47,7 @@ spec: name: miniflux livenessProbe: exec: - command: - - /usr/bin/miniflux - - -healthcheck - - auto + command: ["/usr/bin/miniflux", "-healthcheck", "auto"] resources: requests: cpu: 10m -- cgit 1.4.1