Go to file
zhenyus 3af0b3e87e fix(reconciler): reduce replica count from 2 to 1 in production values
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-20 10:11:58 +08:00
3rd
aml-services
apps feat(helm): add helm package codes for secret operator 2025-08-18 11:24:07 +08:00
assets
cluster feat: enable log collection for prod environment 2025-08-13 09:41:25 +08:00
diagrams
first-class-pipeline
freeleaps fix(devops): update Gitea and reconciler URLs for production environment 2025-08-20 10:09:40 +08:00
freeleaps-devops-reconciler fix(reconciler): reduce replica count from 2 to 1 in production values 2025-08-20 10:11:58 +08:00
freeleaps-secret-operator feat(rbac): add additional apiGroup for clusterkopfpeerings in rbac.yaml 2025-08-18 14:45:21 +08:00
infra
jobs
magicleaps update magicleaps jenkins file 2025-08-19 10:57:41 +08:00
migrate
.gitattributes
.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