Skip to content

Commit 209a6ba

Browse files
committed
Rename config to avoid confusing users, use cluster only for k8s
1 parent 2cbb355 commit 209a6ba

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
- path: haproxy/minimal
3434
url: http://localhost
3535

36-
- path: haproxy/cluster
36+
- path: haproxy/active-active
3737
url: http://localhost
3838

3939
- path: haproxy/hot-standby
File renamed without changes.

tests/haproxy/cluster/docker-compose.yaml renamed to tests/haproxy/active-active/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ services:
6464
- backendserver-address-2
6565
stdin_open: true
6666
volumes:
67-
- ../../../haproxy/cluster.cfg:/usr/local/etc/haproxy/haproxy.cfg
67+
- ../../../haproxy/active-active.cfg:/usr/local/etc/haproxy/haproxy.cfg
6868
restart: always
6969
ports:
7070
- '80:80'

0 commit comments

Comments
 (0)