Add base kubernetes support 3

This commit is contained in:
Urtzi Alfaro
2025-09-27 14:51:06 +02:00
parent 222f945466
commit b2c988b416
4 changed files with 45 additions and 15 deletions

View File

@@ -12,9 +12,12 @@ data:
PROFILING_ENABLED: "true"
MOCK_EXTERNAL_APIS: "true"
# CORS Configuration for Development
CORS_ORIGINS: "http://frontend-service:3000,http://localhost:3000,http://localhost:3001,http://127.0.1:3000,http://127.0.0.1:3001,https://localhost,https://127.0.0.1"
# Frontend Development Configuration
VITE_ENVIRONMENT: "development"
VITE_API_URL: "http://gateway-service:8000"
VITE_API_URL: ""
---
@@ -52,4 +55,4 @@ spec:
service:
name: gateway-service
port:
number: 8000
number: 8000