This commit is contained in:
@@ -17,7 +17,6 @@ controllers:
|
|||||||
value: "0.0.0.0"
|
value: "0.0.0.0"
|
||||||
- name: NUXT_TELEMETRY_DISABLED
|
- name: NUXT_TELEMETRY_DISABLED
|
||||||
value: "1"
|
value: "1"
|
||||||
# API endpoints (hardcoded to dev)
|
|
||||||
- name: NUXT_PUBLIC_CUSTOMER_API_BASE
|
- name: NUXT_PUBLIC_CUSTOMER_API_BASE
|
||||||
value: "https://dev.api.corredorconect.com/customer/api/v1"
|
value: "https://dev.api.corredorconect.com/customer/api/v1"
|
||||||
- name: NUXT_PUBLIC_POLICY_API_BASE
|
- name: NUXT_PUBLIC_POLICY_API_BASE
|
||||||
@@ -28,21 +27,14 @@ controllers:
|
|||||||
value: "https://dev.api.corredorconect.com/workload/api/v1"
|
value: "https://dev.api.corredorconect.com/workload/api/v1"
|
||||||
- name: NUXT_PUBLIC_DOCUMENT_API_BASE
|
- name: NUXT_PUBLIC_DOCUMENT_API_BASE
|
||||||
value: "https://dev.api.corredorconect.com/document/api/v1"
|
value: "https://dev.api.corredorconect.com/document/api/v1"
|
||||||
|
|
||||||
- name: AUTH_SECRET
|
- name: AUTH_SECRET
|
||||||
value: 0d85a9ed917254fc14c51a7e57e58f515574938d81f5a5146d407284c020b541
|
value: 0d85a9ed917254fc14c51a7e57e58f515574938d81f5a5146d407284c020b541
|
||||||
- name: AUTH_ORIGIN:
|
- name: AUTH_ORIGIN
|
||||||
value: https://dev.corredorconect.com/api/auth
|
value: https://dev.corredorconect.com/api/auth
|
||||||
- name: ZITADEL_DOMAIN
|
- name: ZITADEL_DOMAIN
|
||||||
value: https://id.corredorconect.com
|
value: https://id.corredorconect.com
|
||||||
- name: ZITADEL_CLIENT_ID
|
- name: ZITADEL_CLIENT_ID
|
||||||
value: 371939070261068337
|
value: 371939070261068337
|
||||||
# Policy API token from secret
|
|
||||||
# - name: NUXT_PUBLIC_POLICY_API_TOKEN
|
|
||||||
# valueFrom:
|
|
||||||
# secretKeyRef:
|
|
||||||
# name: policy-ui-secrets
|
|
||||||
# key: policyApiToken
|
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 3000
|
containerPort: 3000
|
||||||
|
|||||||
Reference in New Issue
Block a user