diff options
Diffstat (limited to 'create.py')
-rwxr-xr-x | create.py | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -153,18 +153,18 @@ class RoleGenerator: - proxy healthcheck: test: ["CMD-SHELL", "curl", "--fail", "http://localhost:8000"] - timeout: 5s + timeout: 15s interval: 30s - retries: 2 - start_period: 8s + retries: 3 + start_period: 10s deploy: mode: replicated update_config: parallelism: 1 failure_action: rollback order: start-first - delay: 15s - monitor: 10s + delay: 10s + monitor: 45s replicas: 1 labels: - traefik.enable=true |