feat(nowchess): set REDIS_PREFIX per environment

staging: nowchess-staging, production: nowchess

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-30 11:03:41 +02:00
parent ed5b5acf02
commit 262ce1ad72
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -6,3 +6,4 @@ data:
QUARKUS_PROFILE: staging,deployed
CORS_ORIGINS: ""
NOWCHESS_COORDINATOR_ENABLED: "true"
REDIS_PREFIX: nowchess-staging
@@ -14,6 +14,7 @@ patches:
QUARKUS_PROFILE: production,deployed
CORS_ORIGINS: https://nowchess.janis-eccarius.de
NOWCHESS_COORDINATOR_ENABLED: "true"
REDIS_PREFIX: nowchess
target:
kind: ConfigMap
name: nowchess-env-config
@@ -14,6 +14,7 @@ patches:
QUARKUS_PROFILE: staging,deployed
CORS_ORIGINS: https://st.nowchess.janis-eccarius.de
NOWCHESS_COORDINATOR_ENABLED: "true"
REDIS_PREFIX: nowchess-staging
target:
kind: ConfigMap
name: nowchess-env-config