From d1b1464f72b02836ea76f6b9315ab6dca370767c Mon Sep 17 00:00:00 2001 From: do Date: Mon, 31 Aug 2020 11:15:34 +0200 Subject: [PATCH] riot doesn't have the network guts to docker. --- haproxy.sls | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/haproxy.sls b/haproxy.sls index 9aeb23b..6cbccc9 100644 --- a/haproxy.sls +++ b/haproxy.sls @@ -63,21 +63,10 @@ haproxy: default_backend: stats acls: - host_stats hdr_beg(host) -i stats. - - host_docker hdr_beg(host) -i docker-registry. use_backends: - grafana if host_stats - - docker-registry if host_docker backends: backend1: - name: docker-registry - balance: roundrobin - servers: - server1: - name: pine01 - host: 127.0.0.1 - port: 5000 - check: check - backend2: name: grafana balance: roundrobin servers: