Merge pull request 'Populated README' (#12) from migration into master
Reviewed-on: #12
This commit was merged in pull request #12.
This commit is contained in:
@@ -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`.
|
||||
Reference in New Issue
Block a user