Skip to content

Commit

Permalink
Merge pull request #672 from nasa/harmony-1872-2
Browse files Browse the repository at this point in the history
HARMONY-1872: Update dependencies and document locked dependencies
  • Loading branch information
chris-durbin authored Dec 16, 2024
2 parents d44ecb4 + f019da9 commit 5575723
Show file tree
Hide file tree
Showing 44 changed files with 81,954 additions and 91,396 deletions.
4 changes: 2 additions & 2 deletions bin/restart-services
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ "$current_context" != "colima" ] && [ "$current_context" != "docker-desktop
exit 1
fi

for service in ${LOCALLY_DEPLOYED_SERVICES//,/ } query-cmr harmony-work-scheduler harmony-small-work-updater harmony-large-work-updater
for service in ${LOCALLY_DEPLOYED_SERVICES//,/ } query-cmr harmony-work-scheduler harmony-small-work-updater harmony-large-work-updater harmony-work-failer harmony-work-reaper
do
echo "stopping $service"
kubectl delete deployment "$service" -n harmony
Expand All @@ -34,4 +34,4 @@ if [ $? = 0 ]; then
kubectl delete deployment harmony -n harmony
kubectl delete service harmony -n harmony
./bin/start-harmony
fi
fi
Loading

0 comments on commit 5575723

Please sign in to comment.