Commit Graph

92 Commits

Author SHA1 Message Date
zhenyus
15f692fa3d fix(ci): update serviceGitBranch in Jenkinsfile from 'master' to 'dev' for alpha environment
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-01 09:33:54 +08:00
zhenyus
0ab077dd66 fix(reconciler): standardize quoting and update Azure Key Vault endpoint in values.alpha.yaml
- Updated various fields in values.alpha.yaml to use consistent double quotes for string values.
- Changed the Azure Key Vault endpoint from 'https://freeleaps-secrets.vault.azure.net/' to 'https://management.azure.com/' to reflect the correct service URL.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-01 01:27:17 +08:00
zhenyus
21b706f5b9 fix(reconciler): update service port and disable health checks in values.alpha.yaml
- Changed service port and targetPort from 8080 to 5000 to align with new service configuration.
- Disabled liveness and readiness probes to simplify health check management.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-01 00:04:40 +08:00
zhenyus
1102dfeb80 fix(reconciler): update RabbitMQ host in values.alpha.yaml
- Changed the RabbitMQ host from 'freeleaps-alpha-rabbitmq-cluster' to 'freeleaps-alpha-rabbitmq' to reflect the correct service name.
- This update ensures proper connectivity to the RabbitMQ service in the alpha environment.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-01 00:03:10 +08:00
zhenyus
19c8a36265 fix(reconciler): update timeout values in values.alpha.yaml
- Changed timeout values from '30s' to '30' for defaultHttpTimeout, kubernetesApiTimeout, and reconcileInterval to ensure consistency in configuration format.
- This update improves clarity and aligns with expected input types for timeout settings.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-01 00:01:59 +08:00
zhenyus
ad7393bec5 fix(reconciler): update image repository to 'freeleaps' in values.alpha.yaml
- Changed the image repository from null to 'freeleaps' to ensure the correct image is pulled for the reconciler.
- This update addresses deployment issues and aligns with the current deployment strategy.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-01 00:00:53 +08:00
zhenyus
7caf3fc199 fix(reconciler): revert image repository to null in values.alpha.yaml
- Changed the image repository from 'freeleaps' back to null to address deployment issues.
- This adjustment ensures compatibility with the current deployment strategy.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-01 00:00:06 +08:00
zhenyus
9baffe6c3d fix(reconciler): update image repository in values.alpha.yaml
- Changed the image repository from null to 'freeleaps' to ensure the correct image is pulled for the reconciler.
- This update aligns with the recent version bump and improves deployment accuracy.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-07-31 23:59:23 +08:00
zhenyus
16bfcf1e5c Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops 2025-07-31 23:58:55 +08:00
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
freeleaps-gitops-bot
c6ff670641 ci(bump): bump reconciler image version for alpha to 1.1.1 2025-07-31 15:54:45 +00:00
zhenyus
a008d43b3f fix(reconciler): disable CRDs installation in values.alpha.yaml
- Updated the CRDs management configuration to set 'install' to false, preventing automatic installation of CRDs.
- This change aligns with the current deployment strategy and ensures better control over CRD management.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-07-31 23:47:51 +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
9736ed1423 refactor(reconciler): restructure image configuration in Helm chart
- Moved image configuration under a new reconciler key in values.yaml and values.alpha.yaml.
- Set the image tag to "1.1.0" in values.alpha.yaml for versioning clarity.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-07-31 23:35:21 +08:00
zhenyus
97b208c395 Remove Jenkinsfile as CI/CD configuration is now managed through a different approach.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-07-31 23:21:47 +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
381d0ba615 revert a95d5245df
revert ci(bump): bump reconciler image version for alpha to 1.0.1
2025-07-25 03:09:59 +00:00
freeleaps-gitops-bot
a95d5245df ci(bump): bump reconciler image version for alpha to 1.0.1 2025-07-24 13:52:27 +00:00
Nicolas
9fd882f180 fix: add K_8S compatibility keys to reconciler-config secret 2025-07-24 21:21:14 +08:00
ce5929d44f Merge pull request 'fix: ensure AUTO_DISCOVER_K_8S_CLUSTER_DOMAIN_MAX_RETRIES key matches pod env var' (#8) from Nicolas_local_ops into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/8
2025-07-24 11:48:30 +00: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
6373a82351 merge: resolve conflict from Nicolas_local_ops into master 2025-07-24 18:20:41 +08:00
Nicolas
6117b8dcac fix(vpa): force local values.alpha.yaml overwrite 2025-07-24 18:13:50 +08:00
Nicolas
e051a97ad6 fix(vpa): force local values.alpha.yaml overwrite 2025-07-24 18:12:01 +08:00
Nicolas
19c82aff7a fix(vpa): use integer cpu values for VPA minAllowed/maxAllowed to comply with k8s spec 2025-07-24 17:55:05 +08:00
freeleaps-gitops-bot
b4e8f579e2 ci(bump): bump reconciler image version for alpha to snapshot-2a5bb92 2025-07-24 08:57:16 +00:00
Nicolas
b1d3d58269 fix: correct serviceName to match actual directory for values file resolution 2025-07-24 15:55:15 +08:00
Nicolas
6d6c76f9df chore: remove argoControlledRepo config and update shared library usage 2025-07-24 15:18:18 +08:00
Nicolas
c3842ea9a4 ci: set argoControlledRepo and credentials for reconciler to use Nicolas_local_ops branch 2025-07-23 22:32:18 +08:00
Nicolas
b66182be18 ci: update Jenkinsfile to use argoControlledRepoBranch Nicolas_local_ops and pipeline library from Nicolas_local_ops branch 2025-07-23 22:16:43 +08:00
Nicolas
d21fe5bcf7 fix: update Jenkinsfile to use Dockerfile from repo root for reconciler image build 2025-07-23 21:46:41 +08:00
Nicolas
b10362af61 fix: update Jenkinsfile root to 'reconciler' to match actual directory structure 2025-07-23 21:38:02 +08:00
Nicolas
2ca242bd91 chore: sync Jenkinsfile and ensure all local changes are committed 2025-07-23 21:28:32 +08:00
Nicolas
8e6faf1636 chore: temporarily disable lint for reconciler component in Jenkinsfile 2025-07-23 21:19:51 +08:00
Nicolas
cb5d164397 fix: correct serviceGitCredentialsId for freeleaps-devops-reconciler Jenkinsfile 2025-07-23 21:14:58 +08:00
Nicolas
31b941aecb fix: set serviceGitBranch to master in Jenkinsfile for reconciler 2025-07-23 19:02:23 +08:00
Nicolas
2005327e2d chore: translate all Chinese comments in values.yaml and values.alpha.yaml to English 2025-07-23 18:36:48 +08:00
Nicolas
063c85bcd3 The gitea-webhook-ambassador-python was updated, and the bug causing the disorderly display on the front end was fixed. 2025-07-23 18:03:36 +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
Nicolas
5b93048cb3 fix: update Jenkinsfile configurations for devops and reconciler services
- Update freeleaps-devops-reconciler Jenkinsfile: change reconciler root path from '.' to 'apps/reconciler'
- Ensure freeleaps-service-hub Jenkinsfile includes devops component with correct configuration
- Both services now have proper CI/CD pipeline configurations for alpha environment
2025-07-21 09:45:15 +08:00
Nicolas
233d88467b feat: add devops and reconciler services to CI/CD pipeline
- Create freeleaps-service-hub directory structure with alpha, prod, helm-pkg
- Create freeleaps-devops-reconciler directory structure with alpha, prod, helm-pkg
- Add .gitkeep files in prod directories
- Add Jenkinsfile for devops service in freeleaps-service-hub/alpha/ci/
- Add Jenkinsfile for reconciler service in freeleaps-devops-reconciler/alpha/ci/
- Remove old CI/CD configurations that were reverted to original state
2025-07-21 09:41:27 +08:00