Disable healthcheck for vieter cron container

This commit is contained in:
Jef Roosens 2022-02-22 10:23:55 +01:00
parent 7c458d50ff
commit 99ee278926
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30

View file

@ -31,6 +31,9 @@ services:
image: 'chewingbever/vieter:dev'
command: crond -f
healthcheck:
disable: true
deploy:
mode: 'replicated'
replicas: 1