mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 08:23:45 +00:00
feat(multiplayer): declare control-plane rate limits
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user