Skip to content

Commit

Permalink
Update EKS-PROD-Deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhilashKD authored Jun 14, 2024
1 parent 2ba34eb commit 2ea2824
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/EKS-PROD-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ jobs:
cat manifest/tracking-service-updated.yaml
ls -ltra manifest/
kubectl get pod,svc,deployment,cm
kubectl delete deployment trackingmanagement
kubectl delete svc trackingmanagement
kubectl delete cm tracking-service-config
kubectl apply -f manifest/tracking-service-updated.yaml
kubectl apply -f manifest/configmap.yaml
kubectl get pod,svc,deployment,cm

0 comments on commit 2ea2824

Please sign in to comment.