From e2a26643a4793452d064168767109aa33f780310 Mon Sep 17 00:00:00 2001 From: ran mad Date: Sat, 11 Jul 2026 20:47:20 +0800 Subject: [PATCH] Initial ORION Platform repository --- .gitignore | 5 +++++ README.md | 14 +++++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..92b9fd8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.log +*.tmp +.env +*.bak +.DS_Store diff --git a/README.md b/README.md index 648d62d..373124b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ORION Platform -Infrastructure-as-Code repository for the ORION platform. +Enterprise Kubernetes platform for ORION. ## Components @@ -14,6 +14,14 @@ Infrastructure-as-Code repository for the ORION platform. - Grafana - Zammad -This repository is the single source of truth for ORION infrastructure. +## Repository Layout -Author: Lyra & Master +helm-values/ Helm configuration +kubernetes/ Kubernetes manifests +argocd/ GitOps configuration +monitoring/ Observability +bootstrap/ Cluster bootstrap +scripts/ Automation +docs/ Documentation + +This repository is the Infrastructure-as-Code source of truth for ORION.