Skip to content

Commit 0ecac51

Browse files
authored
mealie healthcheck
1 parent 23418dd commit 0ecac51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/ix-dev/community/mealie/templates/_mealie.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ workload:
3535
type: exec
3636
command:
3737
- python
38-
- /app/mealie/scripts/healthcheck.py
38+
- -m mealie.scripts.healthcheck
3939
readiness:
4040
enabled: true
4141
type: exec
4242
command:
4343
- python
44-
- /app/mealie/scripts/healthcheck.py
44+
- -m mealie.scripts.healthcheck
4545
startup:
4646
enabled: true
4747
type: exec
4848
command:
4949
- python
50-
- /app/mealie/scripts/healthcheck.py
50+
- -m mealie.scripts.healthcheck
5151
initContainers:
5252
{{- include "ix.v1.common.app.permissions" (dict "containerName" "01-permissions"
5353
"UID" .Values.mealieRunAs.user

0 commit comments

Comments
 (0)