From c04452e5d0a9ac4f910a67128890445015975c6d Mon Sep 17 00:00:00 2001 From: iamBadgers Date: Sat, 23 Aug 2025 13:26:24 -0700 Subject: [PATCH] self-update rush stats --- rush-statistics.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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