Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

♻️ Remove docker node constraints from simcore repo (⚠️ DEVOPS) #4571

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ services:
deploy:
placement:
constraints:
- node.platform.os == linux
- node.role == manager
resources:
reservations:
Expand Down Expand Up @@ -119,7 +118,6 @@ services:
deploy:
placement:
constraints:
- node.platform.os == linux
- node.role == manager
networks:
- default
Expand Down Expand Up @@ -159,7 +157,6 @@ services:
deploy:
placement:
constraints:
- node.platform.os == linux
- node.role == manager
networks:
- default
Expand Down Expand Up @@ -211,9 +208,6 @@ services:
- SERVER_LOG_LEVEL=error
- SERVER_ROOT=/static-content
deploy:
placement:
constraints:
- node.platform.os == linux
labels:
- io.simcore.zone=${TRAEFIK_SIMCORE_ZONE}
- traefik.http.middlewares.${SWARM_STACK_NAME}_gzip.compress=true
Expand Down Expand Up @@ -407,9 +401,6 @@ services:
WEBSERVER_VERSION_CONTROL: ${WEBSERVER_VERSION_CONTROL}

deploy:
placement:
constraints:
- node.platform.os == linux
labels:
- io.simcore.zone=${TRAEFIK_SIMCORE_ZONE}
# gzip compression
Expand Down Expand Up @@ -523,9 +514,6 @@ services:
# NOTE: this MUSTN'T change, or weird things might happen
# this will stay until all legacy dynamic services are gone.
replicas: 1
placement:
constraints:
- node.platform.os == linux
networks:
- default

Expand Down Expand Up @@ -614,11 +602,6 @@ services:
RABBIT_PORT: ${RABBIT_PORT}
RABBIT_SECURE: ${RABBIT_SECURE}
RABBIT_USER: ${RABBIT_USER}

deploy:
placement:
constraints:
- node.platform.os == linux
networks:
- default
- interactive_services_subnet
Expand Down Expand Up @@ -715,10 +698,6 @@ services:
- STORAGE_LOGLEVEL=${LOG_LEVEL:-WARNING}
- STORAGE_MONITORING_ENABLED=1
- TRACING_ZIPKIN_ENDPOINT=${TRACING_ZIPKIN_ENDPOINT:-http://jaeger:9411}
deploy:
placement:
constraints:
- node.platform.os == linux
networks:
- default
- interactive_services_subnet
Expand Down