diff --git a/rush-statistics.yaml b/rush-statistics.yaml index e733f2f..97eba54 100644 --- a/rush-statistics.yaml +++ b/rush-statistics.yaml @@ -19,6 +19,8 @@ services: - memcache - loader deploy: + labels: + -shepherd.autodeploy=true mode: replicated replicas: 1 @@ -29,6 +31,7 @@ services: volumes: - cprush-loader-data:/loader/data deploy: + - shepherd.autodeploy=true mode: replicated replicas: 1 @@ -36,5 +39,7 @@ services: image: memcached command: ["memcached"] deploy: + labels: + - shepherd.autodeploy=true mode: replicated replicas: 1