Skip to content

Commit 4df1749

Browse files
refactor: split k8s manifest to multiple files
1 parent a9d82ec commit 4df1749

6 files changed

Lines changed: 562 additions & 555 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ how to build and run the entire project (it also builds all images before runnin
1414
If you want to deploy the project on kubernets, run the following commands (then wait some minutes to make sure everything is up and running correctly before running other commands):
1515

1616
```bash
17-
kubectl delete -f k8s-manifest.yaml
18-
kubectl apply -f k8s-manifest.yaml
17+
kubectl delete -f kubernetes/
18+
kubectl apply -f kubernetes/
1919
```
2020

2121
to only delete containers

0 commit comments

Comments
 (0)