Skip to content

Commit 0a46664

Browse files
committed
Do not stop container on healthcheck failure
1 parent 613398c commit 0a46664

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

mgradm/shared/templates/serviceTemplate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ExecStart=/bin/sh -c '/usr/bin/podman run \
6767
--secret {{ .AdminUserSecret }},type=env,target=ADMIN_USER \
6868
--secret {{ .AdminPassSecret }},type=env,target=ADMIN_PASS \
6969
{{- end }}
70-
--health-on-failure=stop \
70+
--health-on-failure=none \
7171
${PODMAN_EXTRA_ARGS} ${UYUNI_IMAGE}'
7272
7373
ExecStop=-/usr/bin/podman exec \
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Do not stop container on health check failure
2+
Temporary workaround for bsc#1263157

0 commit comments

Comments
 (0)