feat(nowchess): add workflow to delete PR branches on close and update environment configurations

This commit is contained in:
2026-04-30 16:42:37 +02:00
parent 9f2b20f5db
commit e4cf2c3492
4 changed files with 55 additions and 2 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ kind: ConfigMap
metadata:
name: nowchess-env-config
data:
QUARKUS_PROFILE: staging,deployed
QUARKUS_PROFILE: deployed
CORS_ORIGINS: ""
NOWCHESS_COORDINATOR_ENABLED: "true"
REDIS_PREFIX: nowchess-staging
QUARKUS_LOG_LEVEL: "INFO"
@@ -11,10 +11,11 @@ patches:
metadata:
name: nowchess-env-config
data:
QUARKUS_PROFILE: production,deployed
QUARKUS_PROFILE: deployed
CORS_ORIGINS: https://nowchess.janis-eccarius.de
NOWCHESS_COORDINATOR_ENABLED: "true"
REDIS_PREFIX: nowchess
QUARKUS_LOG_LEVEL: "WARN"
target:
kind: ConfigMap
name: nowchess-env-config
@@ -15,6 +15,7 @@ patches:
CORS_ORIGINS: https://st.nowchess.janis-eccarius.de
NOWCHESS_COORDINATOR_ENABLED: "true"
REDIS_PREFIX: nowchess-staging
QUARKUS_LOG_LEVEL: "INFO"
target:
kind: ConfigMap
name: nowchess-env-config