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 development
|
||||
# Generated automatically from unified configuration
|
||||
# Generated on: 2025-09-08T16:32:25.389Z
|
||||
# Generated on: 2025-09-09T03:27:30.598Z
|
||||
|
||||
APP_NAME=rxminder
|
||||
APP_VERSION=1.0.0
|
||||
@@ -15,7 +15,7 @@ USE_MOCK_DB=false
|
||||
KUBERNETES_NAMESPACE=rxminder-dev
|
||||
INGRESS_HOST=rxminder.192.168.153.243.nip.io
|
||||
INGRESS_CLASS=nginx
|
||||
CERT_MANAGER_ISSUER=letsencrypt-prod
|
||||
CERT_MANAGER_ISSUER=selfsigned
|
||||
STORAGE_CLASS=longhorn
|
||||
STORAGE_SIZE=1Gi
|
||||
ENABLE_EMAIL_VERIFICATION=true
|
||||
|
||||
Reference in New Issue
Block a user