alerts: [] commands: - intent: "scale" schema: service: str replicas: int action: scale: service: "{{service}}" replicas: "{{replicas}}" guardrails: # allow your prefixes and common pools; note the quotes around the regex allowed_services_regex: "^([a-z0-9-]+_)?(wordpress|php|nginx|redis|mysql|weblabs|burnengine-io).*$ max_scale_replicas: 25