Skip to content

Commit

Permalink
Move dynamic-load-balancer image (#2396)
Browse files Browse the repository at this point in the history
Move it under a better maintained place (at `edge-infrastructure`
project).
  • Loading branch information
Osher De Paz authored Mar 12, 2024
1 parent 87475cf commit 64dcf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ start_load_balancer: stop_load_balancer
( test -z "$$id" && echo "Starting load balancer ..." && \
$(CONTAINER_COMMAND) run -d --rm --dns=127.0.0.1 --net=host --name=load_balancer \
-v $(HOME)/.test-infra/etc/nginx/conf.d:/etc/nginx/conf.d \
quay.io/odepaz/dynamic-load-balancer:latest ) || ! test -z "$$id"; \
quay.io/edge-infrastructure/dynamic-load-balancer:latest ) || ! test -z "$$id"; \
fi

stop_load_balancer:
Expand Down

0 comments on commit 64dcf8c

Please sign in to comment.