Skip to content

Commit cebad23

Browse files
authored
♻️ Shorten traefik config placeholder svc name (#8217)
1 parent f00ff11 commit cebad23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/pytest-simcore/src/pytest_simcore/simcore_services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"whoami",
4141
"sto-worker",
4242
"sto-worker-cpu-bound",
43-
"traefik-configuration-placeholder",
43+
"traefik-config-placeholder",
4444
}
4545
# TODO: unify healthcheck policies see https://github.com/ITISFoundation/osparc-simcore/pull/2281
4646
DEFAULT_SERVICE_HEALTHCHECK_ENTRYPOINT: Final[str] = "/v0/"

services/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@ services:
15501550
#
15511551
# use fallback routes to return proper 503 (instead of 404)
15521552
# this service must be running at all times
1553-
traefik-configuration-placeholder:
1553+
traefik-config-placeholder:
15541554
image: busybox:1.35.0
15551555
command: sleep infinity
15561556
networks:

0 commit comments

Comments
 (0)