Populated README
continuous-integration/drone/pr Build is passing

This commit is contained in:
2026-05-10 09:48:02 +02:00
parent bb42713fb2
commit a44dcdb8f8
+19
View File
@@ -0,0 +1,19 @@
# LiteCharmsShop
The primary customer-facing web application for the LiteCharms platform.
## 🏗 Architecture
* **Type:** Kubernetes Deployment
* **Scale:** Horizontal scaling enabled via `replicas`.
* **Ingress:** Managed via `IngressRouter` for external traffic routing.
## 🚀 CI/CD Workflow
* **Trigger:** Pull Request to `master`.
* **Build:** Compiles .NET 10.0 source.
* **Containerize:** Docker image pushed to Nexus as `litecharms-scheduler:1.${DRONE_BUILD_NUMBER}`.
* **Deploy:** * Updates UAT via `kubectl apply`.
* Production deployment is triggered via **Promotion** to the `production` target.
## 🌐 Endpoints
* **UAT:** `https://uat-shop.khongisa.co.za` (Internal/VPN)
* **Monitoring:** Aspire Dashboard enabled via `Monitoring__Address`.