feat(nowchess): add maximum replicas configuration for coordinator scaling

This commit is contained in:
2026-05-16 13:47:55 +02:00
parent 25fbcf7c3c
commit 58a2310fed
+1
View File
@@ -9,4 +9,5 @@ data:
REDIS_PREFIX: nowchess-staging
QUARKUS_LOG_LEVEL: "INFO"
NOWCHESS_COORDINATOR_SCALE_MIN_REPLICAS: "2"
NOWCHESS_COORDINATOR_SCALE_MAX_REPLICAS: "5"
OTEL_EXPORTER_OTLP_ENDPOINT: "http://grafana-k8s-monitoring-alloy-receiver.monitoring.svc.cluster.local:4317"