From 8b179b362beeafe1c94b5330a1fd52cc316e89cf Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 20 Jul 2019 19:42:57 +0300 Subject: Add: muck paths to haproxy rules --- group_vars/ickhost.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/group_vars/ickhost.yml b/group_vars/ickhost.yml index f61ac01..516ee70 100644 --- a/group_vars/ickhost.yml +++ b/group_vars/ickhost.yml @@ -44,6 +44,18 @@ haproxy_rules: path: /web backends: ["127.0.0.1:{{ ickweb_port }}"] + - name: res + path: /res + backends: ["127.0.0.1:{{ muck_port }}"] + + - name: search + path: /search + backends: ["127.0.0.1:{{ muck_port }}"] + + - name: status + path: /status + backends: ["127.0.0.1:{{ muck_port }}"] + - name: blobs path: /blobs backends: ["127.0.0.1:{{ artifact_store_port }}"] -- cgit v1.2.1