4 Commits
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ steps:
image: plugins/docker
settings:
registry: nexus.khongisa.co.za
repo: nexus.khongisa.co.za/litecharms-shopadmin
repo: nexus.khongisa.co.za/litecharms-shopadmin-uat
tags: [ latest, "1.${DRONE_BUILD_NUMBER}" ]
custom_labels:
- org.opencontainers.image.source=https://gitea.khongisa.co.za/litecharms/litecharms-shopadmin-uat
+3 -3
View File
@@ -13,7 +13,7 @@ data:
ASPNETCORE_ENVIRONMENT: "Development"
ASPNETCORE_URLS: "http://0.0.0.0:8080"
Monitoring__Address: "http://aspire-dashboard-service.aspire.svc.cluster.local:18889"
Monitoring__ServiceName: "LiteCharms.ShopAdmin.Uat"
Monitoring__ServiceName: "LiteCharms.Shop.Uat"
---
apiVersion: v1
kind: Secret
@@ -29,7 +29,7 @@ data:
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: shopadmin-data-pvc
name: shop-data-pvc
namespace: litecharms-shopadmin-uat
spec:
accessModes: ["ReadWriteMany"]
@@ -121,7 +121,7 @@ spec:
volumes:
- name: data
persistentVolumeClaim:
claimName: shopadmin-data-pvc
claimName: shop-data-pvc
---
apiVersion: v1
kind: Service