Go to file
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
3rd
aml-services ci(bump): bump ailab image version for alpha to snapshot-0125677 2025-07-14 08:56:48 +00:00
apps
assets fix: update Jenkins token in gitea webhook configuration 2025-07-24 16:51:35 +08:00
cluster ci(bump): update reconciler image version for alpha to 1.0.2 2025-07-31 15:30:16 +08:00
diagrams chore: remove Jenkinsfile for ailab service 2025-07-14 16:31:16 +08:00
first-class-pipeline
freeleaps fix(devsvc): update RabbitMQ host in values.alpha.yaml 2025-08-01 00:57:17 +08:00
freeleaps-devops-reconciler fix(reconciler): standardize quoting and update Azure Key Vault endpoint in values.alpha.yaml 2025-08-01 01:27:17 +08:00
infra
magicleaps
migrate
.gitattributes
.gitignore
.gitmodules
README.md feat(docs): update README with Ansible directory information and adjust nodelocaldns IP 2025-01-12 04:56:08 +08:00

Freeleaps Ops

All GitOps relates manifests or scripts.

Introduce

This repo has stored all manifests files of Freeleaps productions, infrastructures and cluster.

The project layout is follow this pattern:

layout

How to use ?

Please do not edit files under this repo if you do not know what you doing.

This repo files are managed by CI/CD services (Jenkins, Argo CD etc,.).

About cluster folder

P.S. THIS FOLDER IS ONLY USED FOR CLUSTER ADMINISTRATOR, YOU MUST KNOW WHAT YOU DOING BEFORE YOU MODIFY IT.

If you want to working with cluster folder, you must set-up local maintaining environment first.
You need make sure you have Python 3 environment in local and Ansible already installed.
And you need to make sure run git submodule update --init --recursive to clone kubespray repo before you start to work.

cluster folder stores the infrastructure components, applications manifests and kubespray configuration files for entire cluster.

cluster/manifests/<namespace>/<component> stores the manifests of components or applications.

cluster/ansible/ see cluster/ansible/README.md