8 Commits

Author SHA1 Message Date
khwezi a5f397e388 Merge pull request 'Refactored Monitoring ID' (#7) from styling into master
Reviewed-on: #7
2026-05-16 02:10:30 +02:00
Khwezi Mngoma 70c7351051 Refactored Monitoring ID
continuous-integration/drone/pr Build is passing
2026-05-16 02:09:59 +02:00
khwezi ea77dfa4af Merge pull request 'Refactored docker shop admin image name' (#6) from styling into master
Reviewed-on: #6
2026-05-16 02:02:21 +02:00
Khwezi Mngoma 78c58d96b9 Refactored docker shop admin image name
continuous-integration/drone/pr Build is passing
2026-05-16 02:01:46 +02:00
khwezi a002323d69 Merge pull request 'Fixed PVC reference' (#5) from styling into master
Reviewed-on: #5
2026-05-16 01:51:23 +02:00
Khwezi Mngoma 2f11eaecf8 Fixed PVC reference
continuous-integration/drone/pr Build is passing
2026-05-16 01:50:56 +02:00
khwezi 519ef68ef8 Merge pull request 'Refactored manifest ingressroute' (#4) from styling into master
Reviewed-on: #4
2026-05-16 01:43:10 +02:00
Khwezi Mngoma 331acb2ccb Refactored manifest ingressroute
continuous-integration/drone/pr Build is passing
2026-05-16 01:41:45 +02:00
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ steps:
image: plugins/docker image: plugins/docker
settings: settings:
registry: nexus.khongisa.co.za registry: nexus.khongisa.co.za
repo: nexus.khongisa.co.za/litecharms-shopadmin-uat repo: nexus.khongisa.co.za/litecharms-shopadmin
tags: [ latest, "1.${DRONE_BUILD_NUMBER}" ] tags: [ latest, "1.${DRONE_BUILD_NUMBER}" ]
custom_labels: custom_labels:
- org.opencontainers.image.source=https://gitea.khongisa.co.za/litecharms/litecharms-shopadmin-uat - org.opencontainers.image.source=https://gitea.khongisa.co.za/litecharms/litecharms-shopadmin-uat
+4 -4
View File
@@ -13,7 +13,7 @@ data:
ASPNETCORE_ENVIRONMENT: "Development" ASPNETCORE_ENVIRONMENT: "Development"
ASPNETCORE_URLS: "http://0.0.0.0:8080" ASPNETCORE_URLS: "http://0.0.0.0:8080"
Monitoring__Address: "http://aspire-dashboard-service.aspire.svc.cluster.local:18889" Monitoring__Address: "http://aspire-dashboard-service.aspire.svc.cluster.local:18889"
Monitoring__ServiceName: "LiteCharms.Shop.Uat" Monitoring__ServiceName: "LiteCharms.ShopAdmin.Uat"
--- ---
apiVersion: v1 apiVersion: v1
kind: Secret kind: Secret
@@ -29,7 +29,7 @@ data:
apiVersion: v1 apiVersion: v1
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
metadata: metadata:
name: shop-data-pvc name: shopadmin-data-pvc
namespace: litecharms-shopadmin-uat namespace: litecharms-shopadmin-uat
spec: spec:
accessModes: ["ReadWriteMany"] accessModes: ["ReadWriteMany"]
@@ -121,7 +121,7 @@ spec:
volumes: volumes:
- name: data - name: data
persistentVolumeClaim: persistentVolumeClaim:
claimName: shop-data-pvc claimName: shopadmin-data-pvc
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
@@ -147,7 +147,7 @@ spec:
entryPoints: entryPoints:
- websecure - websecure
routes: routes:
- match: Host(`shop.uat.khongisa.co.za`) - match: Host(`shopadmin.uat.khongisa.co.za`)
kind: Rule kind: Rule
services: services:
- name: shop-service - name: shop-service