Adds Storage Service

This commit is contained in:
2023-08-23 10:17:28 -03:00
parent 201eb048e5
commit e5e14d7ce6
7 changed files with 141 additions and 0 deletions

View File

@@ -44,6 +44,12 @@ function application_deploy() {
deployment.apps/frontend-deployment \
-n portfolio;
kubectl apply -f ./deployment/storage;
kubectl wait --for=condition=available \
--timeout=600s \
deployment.apps/storage-deployment \
-n portfolio;
kubectl apply -f ./deployment/backend;
kubectl wait --for=condition=available \
--timeout=600s \