Go to file
2026-04-04 08:02:44 +08:00
.github feat(stackflow): add declarative StackFlow + DNS roles 2026-02-08 13:53:36 +08:00
docs chore(gitops): sync workspace state 2026-04-02 16:32:04 +08:00
environments/clusters refactor(gitops): simplify environments and services layout 2026-04-03 16:18:22 +08:00
services docs(database): rename postgresql tls naming 2026-04-04 08:02:44 +08:00
skills/release-branch-policy add stackflow 2026-02-09 17:15:02 +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.