Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ea77dfa4af | |||
| 78c58d96b9 | |||
| a002323d69 | |||
| 2f11eaecf8 | |||
| 519ef68ef8 | |||
| 331acb2ccb |
+1
-1
@@ -29,7 +29,7 @@ steps:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
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}" ]
|
||||
custom_labels:
|
||||
- org.opencontainers.image.source=https://gitea.khongisa.co.za/litecharms/litecharms-shopadmin-uat
|
||||
|
||||
@@ -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