Skip to content

Commit

Permalink
kube/minikube/scripts: rename apply-all.sh script
Browse files Browse the repository at this point in the history
Rename script from `apply-all.sh` to `deploy.sh`.
The script can be used to automate API deployment
in k8s.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia authored and nuclearcat committed Sep 1, 2023
1 parent a398a14 commit 53d4582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube/minikube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ To clean up everything simply use the ```clean-all.sh``` script provided in the

## Deploying all the resources at once

To apply all the resources at once, you can use the ```apply-all.sh``` script provided in the root of the kube/minikube/scripts folder by running
To apply all the resources at once, you can use the ```deploy.sh``` script provided in the root of the kube/minikube/scripts folder by running
```
./apply-all.sh
./deploy.sh
```
This script would also do the clean up and will deploy everything afresh. But it can be time-consuming to deploy everything afresh, so if you want to reconfigure some deployment maybe because the image is updated, just reapply that deployment or do the rolling update instead of running this script.
File renamed without changes.

0 comments on commit 53d4582

Please sign in to comment.