Skip to content

Commit 5bd17c3

Browse files
committed
Fix service names
1 parent 30f87fe commit 5bd17c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

devops/stacks/testing-stable.plone.org.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
- traefik.http.routers.testingstable_ploneorg-frontend.entrypoints=https
3131
- traefik.http.routers.testingstable_ploneorg-frontend.tls=true
3232
- traefik.http.routers.testingstable_ploneorg-frontend.tls.certresolver=le
33-
- traefik.http.routers.testingstable_ploneorg-frontend.service=testing_ploneorg-frontend
33+
- traefik.http.routers.testingstable_ploneorg-frontend.service=testingstable_ploneorg-frontend
3434
- traefik.http.routers.testingstable_ploneorg-frontend.middlewares=gzip,testingstable_ploneorg-frontend-auth
3535

3636
backend:
@@ -70,7 +70,7 @@ services:
7070
- traefik.http.routers.testingstable_ploneorg-backend.rule=Host(`testing-stable.plone.org`) && (PathPrefix(`/++api++`))
7171
- traefik.http.routers.testingstable_ploneorg-backend.entrypoints=https
7272
- traefik.http.routers.testingstable_ploneorg-backend.tls=true
73-
- traefik.http.routers.testingstable_ploneorg-backend.service=testing_ploneorg-backend
73+
- traefik.http.routers.testingstable_ploneorg-backend.service=testingstable_ploneorg-backend
7474
- traefik.http.routers.testingstable_ploneorg-backend.middlewares=gzip,testingstable_ploneorg-vhm-cleanup,testingstable_ploneorg-vhm
7575
### testing-stable.plone.org /ClassicUI - protected with basic auth (prevent SEOs from crawl it)
7676
- traefik.http.routers.testingstable_ploneorg-classicui.rule=Host(`testing-stable.plone.org`) && (PathPrefix(`/ClassicUI`))

0 commit comments

Comments
 (0)