Skip to content

Commit 082aa5a

Browse files
authored
Registry: run on ops nodes only (ITISFoundation#997)
Related issue: ITISFoundation#995
1 parent e4c7be7 commit 082aa5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/registry/docker-compose.yml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838
replicas: ${OPS_REGISTRY_REPLICAS}
3939
placement:
4040
constraints:
41-
- node.labels.io.simcore.autoscaled-node!=true
41+
- node.labels.ops==true
4242
resources:
4343
limits:
4444
memory: 1G

0 commit comments

Comments
 (0)