WIP:dataplaneapi.yml
authorKai Moritz <kai@juplo.de>
Sat, 24 Feb 2024 17:38:46 +0000 (18:38 +0100)
committerKai Moritz <kai@juplo.de>
Sat, 24 Feb 2024 17:38:46 +0000 (18:38 +0100)
dataplaneapi.yml [deleted file]
docker-compose.yml

diff --git a/dataplaneapi.yml b/dataplaneapi.yml
deleted file mode 100644 (file)
index fce39c5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-config_version: 2
-name: haproxy
-mode: single
-status: ""
-dataplaneapi:
-  advertised:
-    api_address: ""
-    api_port: 0
-  scheme:
-  - http
-haproxy:
-  reload:
-    reload_strategy: custom
index db50a7d..f41ebf8 100644 (file)
@@ -32,7 +32,6 @@ services:
     image: haproxytech/haproxy-debian:2.8
     volumes:
       - ./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro
-      - ./dataplaneapi.yml:/etc/haproxy/dataplaneapi.yml:ro
       - ./sharding.map:/usr/local/etc/haproxy/sharding.map:ro
     ports:
       - 8080:8400