mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 15:53:45 +00:00
28 lines
496 B
YAML
28 lines
496 B
YAML
|
healthchecks:
|
||
|
- name: "Google"
|
||
|
http:
|
||
|
url: "https://www.google.com"
|
||
|
method: GET
|
||
|
timeout: 5s
|
||
|
schedule: "* * * * *"
|
||
|
retries: 3
|
||
|
- name: "GitHub"
|
||
|
http:
|
||
|
url: "https://www.github.com"
|
||
|
method: GET
|
||
|
timeout: 5s
|
||
|
schedule: "* * * * *"
|
||
|
retries: 3
|
||
|
- name: "Docker"
|
||
|
tcp:
|
||
|
hostname: "docker.com"
|
||
|
port: 443
|
||
|
schedule: "* * * * *"
|
||
|
timeout: 60s
|
||
|
retries: 3
|
||
|
|
||
|
cronjobs:
|
||
|
- name: "Backup"
|
||
|
schedule: "0 0 * * *"
|
||
|
buffer: 1h
|