From 3ddb82656d6d0c34f47962db25d37adf6ebb15e1 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Tue, 29 Apr 2025 18:12:29 -0700 Subject: password manager --- create.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'create.py') 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 -- cgit v1.2.3-70-g09d2