Addded deloyment script and scc-updates

This commit is contained in:
Conan Scott
2025-11-25 19:29:05 +11:00
parent 1959ee98c7
commit 5373d86539
2 changed files with 9 additions and 0 deletions

9
deploy.sh Executable file
View File

@@ -0,0 +1,9 @@
k apply -f ns.yml
./scc-updates.sh
k apply -f pv_books.yml
k apply -f pv_config.yml
k apply -f pvc_config.yml
k apply -f pvc_books.yml
k apply -f deployment.yml
k apply -f service.yaml
k apply -f route.yaml

0
scc-updates.sh Normal file → Executable file
View File