This commit is contained in:
Danijel Simeunovic
2026-02-12 20:52:57 +01:00
parent bd754a016c
commit bad5ce2304

View File

@@ -10,6 +10,7 @@ This is a **Kubernetes cluster bootstrapping and GitOps configuration repository
├── apps/ # Application resources ├── apps/ # Application resources
│ ├── _app-of-apps.yaml # App-of-apps pattern: parent Enterprize Application that manages all enterprize apps │ ├── _app-of-apps.yaml # App-of-apps pattern: parent Enterprize Application that manages all enterprize apps
│ ├── feedback-hub.yaml # Feedback Hub test app │ ├── feedback-hub.yaml # Feedback Hub test app
│ ├── musicman.yaml # Music Man hackathon app
├── infra/ # Individual ArgoCD Application resources for infrastructure ├── infra/ # Individual ArgoCD Application resources for infrastructure
│ ├── _app-of-apps.yaml # App-of-apps pattern: parent Infra Application that manages all infrastructure apps │ ├── _app-of-apps.yaml # App-of-apps pattern: parent Infra Application that manages all infrastructure apps
│ ├── traefik-application.yaml # Ingress controller (Traefik) │ ├── traefik-application.yaml # Ingress controller (Traefik)