Update certificate-tracking/certificate-tracking.yml
This commit is contained in:
parent
c269d46bae
commit
7e63947ba5
|
|
@ -17,7 +17,10 @@ services:
|
|||
deploy:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
condition: always
|
||||
condition: any
|
||||
delay: 10s
|
||||
max_attemps: 6
|
||||
window: 180s
|
||||
placement:
|
||||
constraints:
|
||||
- node.labels.platform == prod
|
||||
|
|
@ -43,8 +46,9 @@ services:
|
|||
order: start-first
|
||||
restart_policy:
|
||||
condition: always
|
||||
delay: 5s
|
||||
max_attempts: 3
|
||||
delay: 10s
|
||||
max_attempts: 6
|
||||
window: 180s
|
||||
placement:
|
||||
constraints:
|
||||
- node.labels.platform == prod
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user