feat(nowchess): add coordinator scale minimum replicas to environment configuration

This commit is contained in:
2026-05-13 23:02:00 +02:00
parent dd602a3253
commit 96a6bf930c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -8,4 +8,5 @@ data:
NOWCHESS_COORDINATOR_ENABLED: "true"
REDIS_PREFIX: nowchess-staging
QUARKUS_LOG_LEVEL: "INFO"
NOWCHESS_COORDINATOR_SCALE_MIN_REPLICAS: "2"
OTEL_EXPORTER_OTLP_ENDPOINT: "http://grafana-k8s-monitoring-alloy-receiver.monitoring.svc.cluster.local:4317"
@@ -15,6 +15,7 @@ patches:
QUARKUS_PROFILE: deployed
CORS_ORIGINS: https://st.nowchess.janis-eccarius.de
NOWCHESS_COORDINATOR_ENABLED: "true"
NOWCHESS_COORDINATOR_SCALE_MIN_REPLICAS: "1"
REDIS_PREFIX: nowchess-staging
QUARKUS_LOG_LEVEL: "INFO"
target: