Commit Graph

9 Commits

Author SHA1 Message Date
zhenyus
df862dfa39 refactor(devsvc): enhance secret management in values.yaml
- Removed hardcoded sensitive configurations (Gitea token, MongoDB URI, RabbitMQ password, and default Git password) from the values.yaml file.
- Introduced a structured secrets section to reference these sensitive values from FreeleapsSecretStore, improving security and maintainability.
- This change continues the effort to centralize and secure sensitive information management across the application.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 16:33:42 +08:00
zhenyus
8abdd2642d fix: rename Docker registry configuration keys in values.prod.yaml and values.yaml for consistency
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-03 04:30:04 +08:00
zhenyus
a2791e37b7 feat(devsvc): add RabbitMQ and Docker registry configuration options
- Introduced RabbitMQ configuration parameters including host, port, username, password, and virtual host.
- Added default Git and Docker registry credentials for improved deployment flexibility.
- Updated configuration template to include new parameters for RabbitMQ and Docker registry.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-07-31 16:07:20 +08:00
zhenyus
3aad06eeb7 feat: add Vertical Pod Autoscaler (VPA) configuration across multiple services for improved resource management
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-06-10 23:53:31 +08:00
zhenyus
4cd3f695f4 feat(opentelemetry): implement logging ingestion with OpenTelemetry collector and RBAC configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-21 22:34:09 +08:00
zhenyus
1a5e9fef5b feat: add ServiceMonitor configuration and enable metrics and probes in devsvc
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-18 03:17:14 +08:00
zhenyus
7d0728ab39 fix(helm): rename GITEA_URI to GITEA_URL in configuration files
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-26 16:28:23 +08:00
zhenyus
ddfa9a6553 fix(devsvc): remove unused RabbitMQ configuration from values.yaml
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-24 17:54:06 +08:00
zhenyus
348e08fb66 feat(helm): add Gitea and PostgreSQL Helm charts with initial configurations
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-24 15:07:36 +08:00