Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions k8s/apply_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

# --- apply configmaps and secrets ---
kubectl apply -f test-env/configmap.yaml -n test
kubectl apply -f test-env/secret.yaml -n test
kubectl apply -f base/secret.yaml -n test

# --- apply deployments ---
kubectl apply -f test-env/frontend/frontend-deployment.yaml -n test
kubectl apply -f test-env/logicway/logicway-deployment.yaml -n test
kubectl apply -f test-env/postgres/postgres-deployment.yaml -n test
kubectl apply -f test-env/route-engine/route-engine-deployment.yaml -n test
kubectl apply -f base/frontend/frontend-deployment.yaml -n test
kubectl apply -f base/logicway/logicway-deployment.yaml -n test
kubectl apply -f base/postgres/postgres-deployment.yaml -n test
kubectl apply -f base/route-engine/route-engine-deployment.yaml -n test

# --- apply services ---
kubectl apply -f test-env/services/ -n test

# --- apply jobs ---
kubectl apply -f test-env/logicway/job-load-data.yaml -n test
kubectl apply -f base/logicway/job-load-data.yaml -n test