Commit Graph

7 Commits

Author SHA1 Message Date
zhenyus
cf50da8e5a fix(reconciler): simplify health check probe configuration in deployment template
- Updated liveness and readiness probe configurations to directly reference the HTTP GET settings from the values, improving clarity and reducing unnecessary nesting.
- Ensures that the deployment template remains consistent and easier to maintain.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-07-31 23:58:53 +08:00
zhenyus
ea18835a24 fix(reconciler): correct image pull policy reference in deployment template
- Updated imagePullPolicy reference from .Values.image to .Values.reconciler.image for consistency with recent changes in the Helm chart structure.
- Ensures the reconciler deployment uses the correct image pull policy configuration.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-07-31 23:36:50 +08:00
zhenyus
7e335d72a8 fix(reconciler): update image reference in Helm chart helper template
- Changed image reference keys from .Values.image to .Values.reconciler.image for consistency with recent restructuring.
- Ensures correct image configuration is utilized in the reconciler templates.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-07-31 23:36:09 +08:00
zhenyus
eae6ba99e2 refactor(devsvc): restructure reconciler Helm chart and remove deprecated files
- Deleted Jenkinsfile as CI/CD configuration is now handled differently.
- Updated Chart.yaml to reflect new service name and versioning.
- Enhanced values.yaml and values.alpha.yaml with comprehensive operator configuration and environment settings.
- Removed obsolete templates for deployment, service, ingress, and monitoring.
- Streamlined configuration for RabbitMQ, Jenkins, and ArgoCD integration.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-07-31 23:21:24 +08:00
Nicolas
9fd882f180 fix: add K_8S compatibility keys to reconciler-config secret 2025-07-24 21:21:14 +08:00
Nicolas
24c56479b4 fix: ensure AUTO_DISCOVER_K_8S_CLUSTER_DOMAIN_MAX_RETRIES key matches pod env var 2025-07-24 19:33:54 +08:00
Nicolas
95aa8fd84b feat(reconciler): update Helm chart configs, templates, and CI/CD integration for reconciler service 2025-07-22 17:50:25 +08:00