262ce1ad72
staging: nowchess-staging, production: nowchess Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
202 B
YAML
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
|