Skip to content

Commit

Permalink
fix gateway okteto
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Lombardi committed Jan 23, 2024
1 parent 73378e1 commit c5bd240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runnerTag := latest
setup:
bash bin/setup.sh
make k3d-up runner worker gateway
kubectl delete pod -l app=beta9
kubectl delete pod -l app=gateway

setup-sdk:
poetry install -C sdk
Expand Down
2 changes: 1 addition & 1 deletion hack/okteto.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dev:
beta9:
gateway:
image: registry.localhost:5000/beta9-gateway:latest
command:
- /workspace/bin/hotreload.sh
Expand Down

0 comments on commit c5bd240

Please sign in to comment.