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:
@@ -6,3 +6,4 @@ data:
|
|||||||
QUARKUS_PROFILE: staging,deployed
|
QUARKUS_PROFILE: staging,deployed
|
||||||
CORS_ORIGINS: ""
|
CORS_ORIGINS: ""
|
||||||
NOWCHESS_COORDINATOR_ENABLED: "true"
|
NOWCHESS_COORDINATOR_ENABLED: "true"
|
||||||
|
REDIS_PREFIX: nowchess-staging
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ patches:
|
|||||||
QUARKUS_PROFILE: production,deployed
|
QUARKUS_PROFILE: production,deployed
|
||||||
CORS_ORIGINS: https://nowchess.janis-eccarius.de
|
CORS_ORIGINS: https://nowchess.janis-eccarius.de
|
||||||
NOWCHESS_COORDINATOR_ENABLED: "true"
|
NOWCHESS_COORDINATOR_ENABLED: "true"
|
||||||
|
REDIS_PREFIX: nowchess
|
||||||
target:
|
target:
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
name: nowchess-env-config
|
name: nowchess-env-config
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ patches:
|
|||||||
QUARKUS_PROFILE: staging,deployed
|
QUARKUS_PROFILE: staging,deployed
|
||||||
CORS_ORIGINS: https://st.nowchess.janis-eccarius.de
|
CORS_ORIGINS: https://st.nowchess.janis-eccarius.de
|
||||||
NOWCHESS_COORDINATOR_ENABLED: "true"
|
NOWCHESS_COORDINATOR_ENABLED: "true"
|
||||||
|
REDIS_PREFIX: nowchess-staging
|
||||||
target:
|
target:
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
name: nowchess-env-config
|
name: nowchess-env-config
|
||||||
|
|||||||
Reference in New Issue
Block a user