summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-07-22 17:56:27 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-07-22 17:56:27 +0300
commit1f66449b19b71159e8968c3fe6b86d289731a564 (patch)
tree10d32e9c3bbb4d9c3f0f32085b9abefd968a2095 /roles
parent7b37c297b58f11a854a1d3b0b00c9da73a9a2c61 (diff)
downloadwmf-gitlab-1f66449b19b71159e8968c3fe6b86d289731a564.tar.gz
Add: deployer to components.yml
Also, fix haproxy.cfg for artifact store, which has changed it's port number over the weekend
Diffstat (limited to 'roles')
-rw-r--r--roles/haproxy/files/haproxy.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/haproxy/files/haproxy.cfg b/roles/haproxy/files/haproxy.cfg
index 5c450c4..8fe9ba6 100644
--- a/roles/haproxy/files/haproxy.cfg
+++ b/roles/haproxy/files/haproxy.cfg
@@ -46,4 +46,4 @@ backend api
server api_1 127.0.0.1:2222
backend as
- server api_1 127.0.0.1:12766
+ server api_1 127.0.0.1:5555