4 Commits

Author SHA1 Message Date
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
+3 -3
View File
@@ -29,7 +29,7 @@ data:
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: shop-data-pvc
name: shopadmin-data-pvc
namespace: litecharms-shopadmin-uat
spec:
accessModes: ["ReadWriteMany"]
@@ -121,7 +121,7 @@ spec:
volumes:
- name: data
persistentVolumeClaim:
claimName: shop-data-pvc
claimName: shopadmin-data-pvc
---
apiVersion: v1
kind: Service
@@ -147,7 +147,7 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`shop.uat.khongisa.co.za`)
- match: Host(`shopadmin.uat.khongisa.co.za`)
kind: Rule
services:
- name: shop-service