From e4f51d29c500053acb0723d33bc57efe127dceec Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 24 Feb 2024 18:38:46 +0100 Subject: [PATCH] WIP:dataplaneapi.yml --- dataplaneapi.yml | 13 ------------- docker-compose.yml | 1 - 2 files changed, 14 deletions(-) delete mode 100644 dataplaneapi.yml diff --git a/dataplaneapi.yml b/dataplaneapi.yml deleted file mode 100644 index fce39c51..00000000 --- a/dataplaneapi.yml +++ /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 diff --git a/docker-compose.yml b/docker-compose.yml index db50a7dd..f41ebf83 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 -- 2.20.1