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:
William Valentin
2025-09-08 20:44:19 -07:00
parent b81f9b2970
commit 8e1456d52b
12 changed files with 281 additions and 20 deletions

View File

@@ -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