Skip to content

Commit

Permalink
switch from kind to mini kube because of PVC issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jun 10, 2024
1 parent 9ddaec0 commit 16429a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/k8s-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ jobs:
uses: arduino/setup-task@v2
- run: task setup-local-env
- name: setup k8s
uses: helm/[email protected]
uses: medyagh/setup-minikube@latest
- name: Verify k8s
run: |
kubectl cluster-info
kubectl get nodes
- name: deploy
run: |
minikube image load ghcr.io/sillsdev/lexbox-hgweb:latest
minikube image load ghcr.io/sillsdev/lexbox-api:develop
minikube image load ghcr.io/sillsdev/lexbox-ui:develop
kubectl create namespace languagedepot
kubectl apply -k ./deployment/local-dev
kubectl wait --for=condition=Ready --timeout=60s pod -l 'app in (lexbox, ui, hg, db)' -n languagedepot
Expand Down

0 comments on commit 16429a7

Please sign in to comment.