Remove failure-threshold property

This commit is contained in:
TwinProduction
2019-10-10 22:42:30 -04:00
parent f979957166
commit 339c1dfb04
5 changed files with 4 additions and 20 deletions

View File

@ -15,7 +15,6 @@ services:
- name: twinnation # Name of your service, can be anything
url: https://twinnation.org/actuator/health
interval: 15s # Duration to wait between every status check (opt. default: 10s)
failure-threshold: 3 # TODO
conditions:
- "$STATUS == 200"
- name: github