feat: update generated configs and environment files
- Regenerate all environment-specific config files with unified config - Update Vite environment files for all environments (dev/staging/prod) - Update Docker environment files with current configuration - Update Kubernetes config.env files for development and production - Add staging environment configurations and overlays - Ensures all generated files reflect unified configuration system
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Kubernetes configuration for production
|
||||
# Generated automatically from unified configuration
|
||||
# Generated on: 2025-09-08T16:25:25.055Z
|
||||
# Generated on: 2025-09-09T03:27:30.604Z
|
||||
|
||||
APP_NAME=rxminder
|
||||
APP_VERSION=1.0.0
|
||||
@@ -27,10 +27,10 @@ DEBUG_MODE=true
|
||||
LOG_LEVEL=debug
|
||||
LOG_FORMAT=json
|
||||
CACHE_TTL=3600
|
||||
REQUEST_TIMEOUT=30000
|
||||
REQUEST_TIMEOUT=120000
|
||||
MAX_CONNECTIONS=200
|
||||
ENABLE_CORS=true
|
||||
CORS_ORIGIN=*
|
||||
CORS_ORIGIN=https://rxminder.com
|
||||
FRONTEND_REPLICAS=3
|
||||
DATABASE_REPLICAS=1
|
||||
FRONTEND_MEMORY_REQUEST=256Mi
|
||||
|
||||
Reference in New Issue
Block a user