Increase start period before authentik health checks
The worker is too slow.
This commit is contained in:
parent
d4fef61c41
commit
29f838b2f1
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
start_period: 30s
|
start_period: 60s
|
||||||
# TODO: enable after ansible update
|
# TODO: enable after ansible update
|
||||||
# state: healthy
|
# state: healthy
|
||||||
loop: ["1", "2"]
|
loop: ["1", "2"]
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
start_period: 30s
|
start_period: 60s
|
||||||
# TODO: enable after ansible update
|
# TODO: enable after ansible update
|
||||||
# state: healthy
|
# state: healthy
|
||||||
- name: Run authentik LDAP outpost
|
- name: Run authentik LDAP outpost
|
||||||
|
|
Loading…
Reference in a new issue