Go to file
2025-08-29 01:17:03 +00:00
3rd
aml-services
apps
assets
cluster Remove deprecated Kafka and StarRocks configurations, including README, storage classes, and Vertical Pod Autoscaler files. This cleanup prepares for a more streamlined deployment process. 2025-08-21 15:52:39 +08:00
diagrams
first-class-pipeline
freeleaps ci(bump): bump notification image version for alpha to snapshot-165e10c 2025-08-29 01:17:03 +00:00
freeleaps-devops-reconciler Update zoneName in production values from mathmast.com to internalmathmast.com 2025-08-22 15:40:35 +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 auth in magicleaps 2025-08-26 12:39:30 +08:00
migrate
.gitattributes
.gitignore refactor: update gitea-webhook-ambassador Dockerfile and configuration 2025-06-10 16:00:52 +08:00
.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