Files
GitOps/nowchess/base/nowchess-env-config.yaml
T
Janis 262ce1ad72 feat(nowchess): set REDIS_PREFIX per environment
staging: nowchess-staging, production: nowchess

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 11:03:41 +02:00

10 lines
202 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: nowchess-env-config
data:
QUARKUS_PROFILE: staging,deployed
CORS_ORIGINS: ""
NOWCHESS_COORDINATOR_ENABLED: "true"
REDIS_PREFIX: nowchess-staging