File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 55## Related PR/s
66
77## Checklist
8-
98- [ ] I tested and it works
9+
10+ <!-- Extra checks based on use case -->
11+
12+ <!-- New Stack Introduction
13+ - [ ] The Stack has been included in CI Workflow
14+ -->
15+
16+ <!-- New Service Introduction
17+ - [ ] Service has resource limits and reservations
18+ - [ ] Service has placement constraints or is global
19+ - [ ] Service is restartable
20+ - [ ] The restart is zero-downtime
21+ - [ ] Service can migrate to another Node without manual intervention
22+ - [ ] Relevant OPS E2E Test for this stack were added
23+ -->
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ services:
77 hostname : " {{.Node.Hostname}}-{{.Task.Slot}}"
88 deploy :
99 replicas : ${VENDOR_MANUAL_REPLICAS}
10+ placement :
11+ constraints :
12+ - node.labels.simcore==true
13+ resources :
14+ limits :
15+ cpus : " 1"
16+ memory : 2G
17+ reservations :
18+ cpus : " 0.5"
19+ memory : 1G
1020 labels :
1121 - traefik.enable=true
1222 - traefik.docker.network=${PUBLIC_NETWORK}
You can’t perform that action at this time.
0 commit comments