Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ea77dfa4af | |||
| 78c58d96b9 | |||
| a002323d69 | |||
| 2f11eaecf8 |
+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
|
||||
|
||||
Reference in New Issue
Block a user