Skip to content

Commit

Permalink
ci: force restart deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth V. Domingo committed Jul 18, 2024
1 parent 97772fc commit 557c593
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azure/templates/helm-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,10 @@ jobs:
--set ingress.annotations."appgw\.ingress\.kubernetes\.io/appgw-ssl-certificate"=kv-cert-gigaglobal
--set autoscaling.enabled=true
--set podDisruptionBudget.enabled=true
- task: Kubernetes@1
displayName: Force restart deployments
inputs:
namespace: $(kubernetesNamespace)
command: rollout
arguments: restart deployment

0 comments on commit 557c593

Please sign in to comment.