修复 NATS Account 配额格式
yaml / yaml (pull_request) Successful in 10s

This commit is contained in:
2026-09-16 12:33:16 +00:00
parent 298db6a745
commit 387953c80a
2 changed files with 7 additions and 2 deletions
+4 -2
View File
@@ -24,8 +24,10 @@ config:
password: "<< $NATS_SYS_PASSWORD >>"
CI:
jetstream:
max_memory: 32Mi
max_file: 1Gi
# These values are rendered directly into nats.conf and therefore use
# NATS size syntax, not Kubernetes resource.Quantity syntax.
max_memory: 32MB
max_file: 1GB
max_streams: 16
max_consumers: 64
max_bytes_required: true