Skip to content

Commit 63b8f1e

Browse files
author
Andrei Neagu
committed
remove stickyness
1 parent db61f1f commit 63b8f1e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.env-devel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ AGENT_VOLUMES_CLEANUP_S3_REGION=us-east-1
1919
AGENT_VOLUMES_CLEANUP_S3_SECRET_KEY=12345678
2020
AGENT_TRACING={}
2121

22-
2322
API_SERVER_DEV_FEATURES_ENABLED=0
2423
API_SERVER_LOGLEVEL=INFO
2524
API_SERVER_PROFILING=1

services/docker-compose.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -570,11 +570,6 @@ services:
570570
DYNAMIC_SCHEDULER_UI_STORAGE_SECRET: ${DYNAMIC_SCHEDULER_UI_STORAGE_SECRET}
571571
TRACING_OPENTELEMETRY_COLLECTOR_ENDPOINT: ${TRACING_OPENTELEMETRY_COLLECTOR_ENDPOINT}
572572
TRACING_OPENTELEMETRY_COLLECTOR_PORT: ${TRACING_OPENTELEMETRY_COLLECTOR_PORT}
573-
labels:
574-
- traefik.http.services.${SWARM_STACK_NAME}_dynamic-schdlr.loadbalancer.sticky.cookie=true
575-
- traefik.http.services.${SWARM_STACK_NAME}_dynamic-schdlr.loadbalancer.sticky.cookie.samesite=lax
576-
- traefik.http.services.${SWARM_STACK_NAME}_dynamic-schdlr.loadbalancer.sticky.cookie.httponly=true
577-
- traefik.http.services.${SWARM_STACK_NAME}_dynamic-schdlr.loadbalancer.sticky.cookie.secure=true
578573
static-webserver:
579574
image: ${DOCKER_REGISTRY:-itisfoundation}/static-webserver:${DOCKER_IMAGE_TAG:-latest}
580575
init: true

0 commit comments

Comments
 (0)