diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-04-14 02:05:45 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-04-14 02:05:45 +0200 |
commit | 162f7939376714306c8492f8c7a7eff25381bddb (patch) | |
tree | a8958e720bc18bbfd69cf6c752e77e49caac9e96 /setup/projects/adei/templates/60-adei.yml.j2 | |
parent | bc6b5cb5ad7dec5158e0005433b02a951daf9191 (diff) | |
download | ands-162f7939376714306c8492f8c7a7eff25381bddb.tar.gz ands-162f7939376714306c8492f8c7a7eff25381bddb.tar.bz2 ands-162f7939376714306c8492f8c7a7eff25381bddb.tar.xz ands-162f7939376714306c8492f8c7a7eff25381bddb.zip |
Fine tune ADEI configuration
Diffstat (limited to 'setup/projects/adei/templates/60-adei.yml.j2')
-rw-r--r-- | setup/projects/adei/templates/60-adei.yml.j2 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/setup/projects/adei/templates/60-adei.yml.j2 b/setup/projects/adei/templates/60-adei.yml.j2 index 45bdfae..c7c53f9 100644 --- a/setup/projects/adei/templates/60-adei.yml.j2 +++ b/setup/projects/adei/templates/60-adei.yml.j2 @@ -189,13 +189,12 @@ objects: timeoutSeconds: 1 periodSeconds: 300 initialDelaySeconds: 300 - httpGet: - path: /adei/probe.php + tcpSocket: port: 8080 readinessProbe: timeoutSeconds: 1 - periodSeconds: 10 - initialDelaySeconds: 10 + periodSeconds: 30 + initialDelaySeconds: 5 httpGet: path: /adei/probe.php port: 8080 |