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 @@
/**
* Generated configuration for development
* Generated on: 2025-09-08T16:32:25.392Z
* Generated on: 2025-09-09T03:27:30.601Z
*
* This file exports the resolved configuration for the development environment.
* It can be imported by other TypeScript files for type-safe configuration access.
@@ -22,7 +22,7 @@ export const developmentConfig: UnifiedConfig = {
password: 'L7tfqHyg0T4sIYiWK',
name: 'meds_app',
useMock: false,
connectionTimeout: 30000,
connectionTimeout: 5000,
retryAttempts: 3,
},
container: {
@@ -35,7 +35,7 @@ export const developmentConfig: UnifiedConfig = {
namespace: 'rxminder-dev',
ingressHost: 'rxminder.192.168.153.243.nip.io',
ingressClass: 'nginx',
certIssuer: 'letsencrypt-prod',
certIssuer: 'selfsigned',
storageClass: 'longhorn',
storageSize: '1Gi',
replicas: {