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 @@
# DEVELOPMENT Environment Configuration
# Generated automatically from unified configuration
# Generated on: 2025-09-08T16:32:25.385Z
# Generated on: 2025-09-09T03:27:30.597Z
#
# This file was auto-generated. Do not edit manually.
# To make changes, update config/unified.config.ts and regenerate.
@@ -22,7 +22,7 @@ DOCKER_IMAGE=gitea-http.taildb3494.ts.net/will/meds:latest
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