Skip to content

Commit 1db1257

Browse files
committed
Dont [place registry on GPU or sidecar machines
1 parent b7c0dbc commit 1db1257

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/registry/docker-compose.yml.j2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ services:
114114
failure_action: rollback
115115
parallelism: 1
116116
placement:
117-
constraints: []
117+
constraints:
118+
- node.labels.gpu!=true
119+
- node.labels.dynamicsidecar!=true
118120
resources:
119121
limits:
120122
memory: 1G

0 commit comments

Comments
 (0)