summaryrefslogtreecommitdiff
path: root/group_vars/ickhost.yml
diff options
context:
space:
mode:
Diffstat (limited to 'group_vars/ickhost.yml')
-rw-r--r--group_vars/ickhost.yml12
1 files changed, 12 insertions, 0 deletions
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 }}"]