diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-23 14:24:28 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-23 14:24:28 +0100 |
| commit | 86c4085996b4fcde35d7913bf3ca68eb429ae678 (patch) | |
| tree | 355ac4aaa33d2babc32e95012580f5fb636e53c4 /bundles/miniflux | |
| parent | 143fc5655cf4984d72ea097e649efdb8107794b2 (diff) | |
miniflux: healthcheck
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '')
| -rw-r--r-- | bundles/miniflux/files/kube.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
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 |