Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a002323d69 | |||
| 2f11eaecf8 | |||
| 519ef68ef8 | |||
| 331acb2ccb |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user