diff --git a/production/helm/loki/templates/memcached/_memcached-statefulset.tpl b/production/helm/loki/templates/memcached/_memcached-statefulset.tpl index 0664ba43c6a2b..eeaa007eb9e6f 100644 --- a/production/helm/loki/templates/memcached/_memcached-statefulset.tpl +++ b/production/helm/loki/templates/memcached/_memcached-statefulset.tpl @@ -163,6 +163,8 @@ spec: volumeClaimTemplates: - metadata: name: data + labels: + excluded_from_alerts: "true" spec: accessModes: [ "ReadWriteOnce" ] {{- with .persistence.storageClass }}