We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23418dd commit 0ecac51Copy full SHA for 0ecac51
library/ix-dev/community/mealie/templates/_mealie.tpl
@@ -35,19 +35,19 @@ workload:
35
type: exec
36
command:
37
- python
38
- - /app/mealie/scripts/healthcheck.py
+ - -m mealie.scripts.healthcheck
39
readiness:
40
enabled: true
41
42
43
44
45
startup:
46
47
48
49
50
51
initContainers:
52
{{- include "ix.v1.common.app.permissions" (dict "containerName" "01-permissions"
53
"UID" .Values.mealieRunAs.user
0 commit comments