Go to file
Nicolas b02d44a0f5 revert 67117a811a
revert increase CPU and memory resource limits for Freeleaps pipeline in configurations
2025-09-24 12:57:36 +00:00
3rd
altermanager feat: add namespace in metrics alert 2025-09-24 18:24:21 +08:00
aml-services
apps
assets
cluster
diagrams
docs feat: add service monitor and error alter integration guideline 2025-09-23 17:34:54 +08:00
first-class-pipeline revert 67117a811a 2025-09-24 12:57:36 +00:00
freeleaps ci(bump): bump chat image version for alpha to snapshot-d12d4ba 2025-09-24 12:48:07 +00:00
freeleaps-devops-reconciler
freeleaps-secret-operator
infra
jobs
magicleaps
migrate
.gitattributes chore(git): code staging 2025-02-20 17:28:45 +08:00
.gitignore
.gitmodules
CHANGELOG.md
README.md
VERSION

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