File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ AGENT_VOLUMES_CLEANUP_S3_REGION=us-east-1
1919AGENT_VOLUMES_CLEANUP_S3_SECRET_KEY=12345678
2020AGENT_TRACING={}
2121
22-
2322API_SERVER_DEV_FEATURES_ENABLED=0
2423API_SERVER_LOGLEVEL=INFO
2524API_SERVER_PROFILING=1
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments