Skip to content

Commit 7e81e74

Browse files
chore: Revert port number change in make run-dev
1 parent 68384c8 commit 7e81e74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ check-kubernetes:
6565

6666
run-dev: check-nix check-kubernetes
6767
kubectl apply -f deploy/stackable-operators-ns.yaml
68-
nix run --extra-experimental-features "nix-command flakes" -f. tilt -- up --port 5430 --namespace stackable-operators
68+
nix run --extra-experimental-features "nix-command flakes" -f. tilt -- up --port 5440 --namespace stackable-operators
6969

7070
stop-dev: check-nix check-kubernetes
7171
nix run --extra-experimental-features "nix-command flakes" -f. tilt -- down

0 commit comments

Comments
 (0)