Go to file
2026-04-03 12:15:53 +08:00
.github feat(stackflow): add declarative StackFlow + DNS roles 2026-02-08 13:53:36 +08:00
alerts/gitops merged: podmonitor.yaml -> apps/monitor/kube-prometheus-stack/podmonitor-*.yaml 2023-12-28 13:52:58 +08:00
apps fix(gitops): remove platform kustomization and vault secret dependencies 2026-04-03 12:15:53 +08:00
clusters refactor(gitops): regroup core services under services 2026-04-02 18:21:18 +08:00
config chore(gitops): sync workspace state 2026-04-02 16:32:04 +08:00
databases/postgresql fix(gitops): remove platform kustomization and vault secret dependencies 2026-04-03 12:15:53 +08:00
docs chore(gitops): sync workspace state 2026-04-02 16:32:04 +08:00
helm/redis feat(gitops): migrate platform and infra to OCI charts 2026-04-02 15:01:47 +08:00
infra fix(gitops): remove platform kustomization and vault secret dependencies 2026-04-03 12:15:53 +08:00
repo/helm renamed: repo/helm/stable -> repo/helm/stable.yaml 2023-12-19 14:54:58 +08:00
scripts/stackflow feat(stackflow): add declarative StackFlow + DNS roles 2026-02-08 13:53:36 +08:00
services refactor(gitops): regroup core services under services 2026-04-02 18:21:18 +08:00
skills/release-branch-policy add stackflow 2026-02-09 17:15:02 +08:00
sync feat(playbook): support cross-platform nginx install and cert generation 2025-05-25 12:16:01 +08:00
.gitignore feat(stackflow): add declarative StackFlow + DNS roles 2026-02-08 13:53:36 +08:00
LICENSE chore: Replace GNU General Public License v3 with MIT License. 2026-02-01 23:34:56 +08:00
README.md chore(gitops): sync workspace state 2026-04-02 16:32:04 +08:00

Cloud-Neutral Toolkit GitOps

This repository is the GitOps declaration layer for the Cloud-Neutral Toolkit.

Scope

  • Store declarative Kubernetes resources, Flux Kustomizations, and non-sensitive multi-environment values.
  • Keep application charts and Helm templates in the dedicated chart repository.
  • Keep imperative automation such as Ansible playbooks and inventories out of this repository.

Layout

  • infra/: platform, infrastructure, and shared service declarations
  • apps/: application release declarations
  • clusters/: cluster-level overlays and entrypoints
  • docs/: repository conventions and operational documentation

For a quick structure overview, see docs/repo-structure.md.