From 541ae3ac806a38a293c9b23383950006e1318fed Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Thu, 14 May 2026 12:24:21 -0500 Subject: [PATCH] remive colon --- ops/chart/values.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/ops/chart/values.yaml b/ops/chart/values.yaml index 8aea720..62ec0cf 100644 --- a/ops/chart/values.yaml +++ b/ops/chart/values.yaml @@ -17,7 +17,6 @@ controllers: value: "0.0.0.0" - name: NUXT_TELEMETRY_DISABLED value: "1" - # API endpoints (hardcoded to dev) - name: NUXT_PUBLIC_CUSTOMER_API_BASE value: "https://dev.api.corredorconect.com/customer/api/v1" - name: NUXT_PUBLIC_POLICY_API_BASE @@ -28,21 +27,14 @@ controllers: value: "https://dev.api.corredorconect.com/workload/api/v1" - name: NUXT_PUBLIC_DOCUMENT_API_BASE value: "https://dev.api.corredorconect.com/document/api/v1" - - name: AUTH_SECRET value: 0d85a9ed917254fc14c51a7e57e58f515574938d81f5a5146d407284c020b541 - - name: AUTH_ORIGIN: + - name: AUTH_ORIGIN value: https://dev.corredorconect.com/api/auth - name: ZITADEL_DOMAIN value: https://id.corredorconect.com - name: ZITADEL_CLIENT_ID value: 371939070261068337 - # Policy API token from secret - # - name: NUXT_PUBLIC_POLICY_API_TOKEN - # valueFrom: - # secretKeyRef: - # name: policy-ui-secrets - # key: policyApiToken ports: - name: http containerPort: 3000