eShopOnContainers/k8s/deploy-ingress-azure.ps1
2018-01-10 12:48:23 +01:00

3 lines
252 B
PowerShell

kubectl patch deployment -n ingress-nginx nginx-ingress-controller --type=json --patch="$(cat nginx-ingress\publish-service-patch.yaml)"
kubectl apply -f nginx-ingress\azure\service.yaml
kubectl apply -f nginx-ingress\patch-service-without-rbac.yaml