Skip to content

Commit

Permalink
♻️ Remove docker node constraints from simcore repo (⚠️ DEVOPS) (#4571)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryHrytsuk authored Aug 7, 2023
1 parent f8aa15d commit e4b0789
Showing 1 changed file with 0 additions and 21 deletions.
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

0 comments on commit e4b0789

Please sign in to comment.