reorganised

This commit is contained in:
2025-12-30 19:58:08 +11:00
parent 8aa0a67cd1
commit 19a9126fae
9 changed files with 24 additions and 0 deletions

9
manifests/deploy.sh Executable file
View File

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