4 Commits

Author SHA1 Message Date
khwezi fcd8c2ede7 Merge pull request 'Updated to use new shop database' (#13) from migration into master
Reviewed-on: #13
2026-05-10 11:22:46 +02:00
khwezi 8f48e11738 Updated to use new shop database
continuous-integration/drone/pr Build is passing
2026-05-10 11:22:19 +02:00
khwezi 9ae11b9b03 Merge pull request 'Populated README' (#12) from migration into master
Reviewed-on: #12
2026-05-10 09:48:50 +02:00
khwezi a44dcdb8f8 Populated README
continuous-integration/drone/pr Build is passing
2026-05-10 09:48:02 +02:00
3 changed files with 25 additions and 6 deletions
+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`.
+3 -3
View File
@@ -17,9 +17,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="LiteCharms.Extensions" Version="1.14.0" />
<PackageReference Include="LiteCharms.Features" Version="1.14.0" />
<PackageReference Include="LiteCharms.Models" Version="1.14.0" />
<PackageReference Include="LiteCharms.Extensions" Version="1.18.0" />
<PackageReference Include="LiteCharms.Features" Version="1.18.0" />
<PackageReference Include="LiteCharms.Models" Version="1.18.0" />
<PackageReference Include="Polly" Version="8.6.6" />
</ItemGroup>
+3 -3
View File
@@ -22,8 +22,8 @@ metadata:
namespace: litecharms-shop-uat
type: Opaque
data:
connection-string: SG9zdD0xOTIuMTY4LjEuMTcwO0RhdGFiYXNlPWxlYWRnZW5lcmF0b3ItZGV2O1VzZXJuYW1lPWxlYWRnZW5lcmF0b3I7UGFzc3dvcmQ9S2VLNDRsczRQWHBuYms7UGVyc2lzdCBTZWN1cml0eSBJbmZvPVRydWU=
quartz-store: SG9zdD0xOTIuMTY4LjEuMTcwO0RhdGFiYXNlPXNjaGVkdWxlci1kZXY7VXNlcm5hbWU9c2NoZWR1bGVyLWRldi11c2VyO1Bhc3N3b3JkPWtWVm1vV0tKM3h6Z1FYO1BlcnNpc3QgU2VjdXJpdHkgSW5mbz1UcnVl
connection-string: SG9zdD0xOTIuMTY4LjEuMTcwO0RhdGFiYXNlPXNob3AtZGV2O1VzZXJuYW1lPXNob3AtZGV2LXVzZXI7UGFzc3dvcmQ9a1ZWbW9XS0ozeHpnUVg7UGVyc2lzdCBTZWN1cml0eSBJbmZvPVRydWU=
connection-string-quartz: SG9zdD0xOTIuMTY4LjEuMTcwO0RhdGFiYXNlPXNjaGVkdWxlci1kZXY7VXNlcm5hbWU9c2NoZWR1bGVyLWRldi11c2VyO1Bhc3N3b3JkPWtWVm1vV0tKM3h6Z1FYO1BlcnNpc3QgU2VjdXJpdHkgSW5mbz1UcnVl
aspire-apikey: bWMzRzYzSzJqNVpPRXNpMEFqTW9qTFRYbTFLRVpGY3R6SUlqU3dEaVRHdXQ4cUdTa1B1V3d4R1AxUmJzY0pVbw==
---
apiVersion: v1
@@ -81,7 +81,7 @@ spec:
valueFrom:
secretKeyRef:
name: shop-secrets
key: quartz-store
key: connection-string-quartz
- name: ConnectionStrings__PostgresShop
valueFrom:
secretKeyRef: