File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -190,9 +190,9 @@ services:
190190 - traefik.http.routers.${SWARM_STACK_NAME}_invitations.rule =(${DEPLOYMENT_FQDNS_CAPTURE_INVITATIONS})
191191 - traefik.http.routers.${SWARM_STACK_NAME}_invitations.entrypoints =http
192192 - traefik.http.services.${SWARM_STACK_NAME}_invitations.loadbalancer.server.port =8000
193- - traefik.http.services.${SWARM_STACK_NAME}_webserver .loadbalancer.healthcheck.path =/
194- - traefik.http.services.${SWARM_STACK_NAME}_webserver .loadbalancer.healthcheck.interval =2000ms
195- - traefik.http.services.${SWARM_STACK_NAME}_webserver .loadbalancer.healthcheck.timeout =1000ms
193+ - traefik.http.services.${SWARM_STACK_NAME}_invitations .loadbalancer.healthcheck.path =/
194+ - traefik.http.services.${SWARM_STACK_NAME}_invitations .loadbalancer.healthcheck.interval =2000ms
195+ - traefik.http.services.${SWARM_STACK_NAME}_invitations .loadbalancer.healthcheck.timeout =1000ms
196196 - traefik.http.routers.${SWARM_STACK_NAME}_invitations_swagger.rule =(${DEPLOYMENT_FQDNS_CAPTURE_INVITATIONS}) && PathPrefix(` /dev /doc`)
197197 - traefik.http.routers.${SWARM_STACK_NAME}_invitations_swagger.entrypoints =http
198198 - traefik.http.middlewares.${SWARM_STACK_NAME_NO_HYPHEN}_invitations_swagger_auth.basicauth.users =${TRAEFIK_USER}:${TRAEFIK_PASSWORD}
You can’t perform that action at this time.
0 commit comments