Fixes Storage Service Integration
This commit is contained in:
@@ -23,6 +23,13 @@ function application_deploy() {
|
||||
|
||||
kubectl apply -f ./deployment/portfolio-namespace.yaml;
|
||||
|
||||
|
||||
kubectl apply -f ./deployment/postgres/postgres-secret.yaml;
|
||||
kubectl apply -f ./deployment/redis/redis-secret.yaml;
|
||||
kubectl apply -f ./deployment/storage/storage-secret.yaml;
|
||||
kubectl apply -f ./deployment/backend/backend-secret.yaml;
|
||||
kubectl apply -f ./deployment/frontend/frontend-secret.yaml;
|
||||
|
||||
kubectl apply -f \
|
||||
./deployment/cert-manager/cert-manager-certificate.yaml;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user