Merged in feature/multidevfix (pull request #38)

Feature/multidevfix

* multidev sync

* multidev sync fix typo

* Add conf for www and dev01

* Add conf for www and dev01

* fix typo

* symlink fix

* hpa and resource modify


Approved-by: Rachit Bhargava
This commit is contained in:
Jay Sharma
2024-02-28 22:52:29 +00:00
committed by Rachit Bhargava
parent 5b27e475cf
commit ac0ffd7543
6 changed files with 349 additions and 9 deletions

View File

@@ -106,6 +106,7 @@ definitions:
after-script:
- aws eks update-kubeconfig --name caresage-eks-cluster-$ENV --region us-east-1
- sleep 10 && while kubectl get po -A |grep -i medicalalert-web|egrep -i '0/1|crash'; do sleep 10; echo "--- still getting 0/1 or crash pods-----"; done
- chmod 755 ./multidev-sync.sh && ./multidev-sync.sh
pipelines:
# our custom pipeline, what shows up Bitbucket web app