feat(multiplayer): declare control-plane rate limits

This commit is contained in:
Josh Creek
2026-09-01 19:17:09 +01:00
parent 9cc68d7707
commit aa97259165
3 changed files with 6 additions and 1 deletions
@@ -26,6 +26,10 @@ spec:
containers:
- name: control-plane
image: ghcr.io/cosmic-clash/control-plane@sha256:0000000000000000000000000000000000000000000000000000000000000000
args:
- --rate-limit=120
- --rate-limit-window=1m
- --rate-limit-max-keys=10000
ports:
- name: http
containerPort: 8080