From bc6b5cb5ad7dec5158e0005433b02a951daf9191 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 11 Apr 2018 00:30:58 +0200 Subject: Support executing custom scripts and provide mode to update just ADEI template --- setup/projects/adei/templates/60-adei.yml.j2 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup/projects') diff --git a/setup/projects/adei/templates/60-adei.yml.j2 b/setup/projects/adei/templates/60-adei.yml.j2 index b3e6755..45bdfae 100644 --- a/setup/projects/adei/templates/60-adei.yml.j2 +++ b/setup/projects/adei/templates/60-adei.yml.j2 @@ -48,6 +48,8 @@ objects: kind: Route metadata: name: "{{ cfg.name }}" + annotations: + haproxy.router.openshift.io/timeout: "${haproxy_timeout}" labels: adei-type: "{{ pod_type }}" adei-name: "{{ name }}" @@ -213,6 +215,8 @@ parameters: - name: setup value: "autogen" description: "ADEI setup" + - name: haproxy_timeout + value: "30s" - name: continuous_caching value: "1" description: "Stop cachers if no work or poll the source continously" -- cgit v1.2.3