From 4a95bfb08526e95e6ff61f2deb8883694addf043 Mon Sep 17 00:00:00 2001 From: Janis Date: Thu, 30 Apr 2026 18:18:49 +0200 Subject: [PATCH] feat(nowchess): update QUARKUS_PROFILE to remove staging from environment configuration --- nowchess/eu-central-1-staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nowchess/eu-central-1-staging/kustomization.yaml b/nowchess/eu-central-1-staging/kustomization.yaml index 6534db6..ac28531 100644 --- a/nowchess/eu-central-1-staging/kustomization.yaml +++ b/nowchess/eu-central-1-staging/kustomization.yaml @@ -11,7 +11,7 @@ patches: metadata: name: nowchess-env-config data: - QUARKUS_PROFILE: staging,deployed + QUARKUS_PROFILE: deployed CORS_ORIGINS: https://st.nowchess.janis-eccarius.de NOWCHESS_COORDINATOR_ENABLED: "true" REDIS_PREFIX: nowchess-staging