summaryrefslogtreecommitdiff
path: root/create.py
diff options
context:
space:
mode:
Diffstat (limited to 'create.py')
-rwxr-xr-xcreate.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/create.py b/create.py
index 500c8be..842237d 100755
--- a/create.py
+++ b/create.py
@@ -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