mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-30 06:35:48 +02:00
Disable healthcheck for vieter cron container
This commit is contained in:
parent
7c458d50ff
commit
99ee278926
1 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,9 @@ services:
|
||||||
image: 'chewingbever/vieter:dev'
|
image: 'chewingbever/vieter:dev'
|
||||||
command: crond -f
|
command: crond -f
|
||||||
|
|
||||||
|
healthcheck:
|
||||||
|
disable: true
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
mode: 'replicated'
|
mode: 'replicated'
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue