summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-07-20 19:42:57 +0300
committerLars Wirzenius <liw@liw.fi>2019-07-20 19:42:57 +0300
commit8b179b362beeafe1c94b5330a1fd52cc316e89cf (patch)
tree36bc0394ca037b76cf41981234f9494242f1bf87
parent4a7e720d4bec247f8c1e48c3fe5e08e44965e085 (diff)
downloadick2-ansible-8b179b362beeafe1c94b5330a1fd52cc316e89cf.tar.gz
Add: muck paths to haproxy rules
-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 }}"]