Browse Source

addPipeline link

pull/1797/head
Deli Liu 3 years ago
parent
commit
825f0dffec
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      deploy/k8s/helm/allrelated.sh

+ 4
- 0
deploy/k8s/helm/allrelated.sh View File

@ -80,6 +80,7 @@ kubectl apply -f local-svc.yaml
#.\deploy-all.ps1 -externalDns eshop.anniedesign.xyz -aksName eShop -aksRg DL-LEARNING-RG -imageTag linux-dev -useMesh $false
# enable tls-support
# https://github.com/dotnet-architecture/eShopOnContainers/wiki/AKS-TLS
# cd D:\temp\microservice\eShopOnContainers\deploy\k8s
#run .\enable-tls.ps1
# rename values-staging.yaml(values-prod.yaml) to values.yaml() and ingressClass to nginx
@ -114,6 +115,9 @@ kubectl apply -f sql-service1.yaml
helm uninstall $(helm ls --filter eshop -q) --dry-run
#azure devops pipeline
# https://github.com/dotnet-architecture/eShopOnContainers/tree/main/build/azure-devops


Loading…
Cancel
Save