diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-04-11 00:30:58 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-04-11 00:30:58 +0200 |
commit | bc6b5cb5ad7dec5158e0005433b02a951daf9191 (patch) | |
tree | b3125932ed468aac2b34124fe4be361a8de7fbe7 /setup | |
parent | 5a15f65db3dfb245919bdd534e93bd711db2eb60 (diff) | |
download | ands-bc6b5cb5ad7dec5158e0005433b02a951daf9191.tar.gz ands-bc6b5cb5ad7dec5158e0005433b02a951daf9191.tar.bz2 ands-bc6b5cb5ad7dec5158e0005433b02a951daf9191.tar.xz ands-bc6b5cb5ad7dec5158e0005433b02a951daf9191.zip |
Support executing custom scripts and provide mode to update just ADEI template
Diffstat (limited to 'setup')
-rw-r--r-- | setup/projects/adei/templates/60-adei.yml.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
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" |