aboutsummaryrefslogtreecommitdiff
path: root/create.py
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-04-29 18:12:29 -0700
committerElizabeth Hunt <me@liz.coffee>2025-04-29 18:12:29 -0700
commit3ddb82656d6d0c34f47962db25d37adf6ebb15e1 (patch)
tree154c314d9a01a4a2aff8d41fae182ef7391583b1 /create.py
parentc7c2393bc06c0e49612e9d05e55c30028c02cd4a (diff)
downloadoldinfra-3ddb82656d6d0c34f47962db25d37adf6ebb15e1.tar.gz
oldinfra-3ddb82656d6d0c34f47962db25d37adf6ebb15e1.zip
password manager
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