Skip to content

Commit

Permalink
port-forwarder: rename and deploy in default namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r committed Dec 19, 2023
1 parent d2cea61 commit aabc133
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deployments/simple/portforwarder.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
kind: Pod
metadata:
name: port-forwarder
namespace: edg-coco
name: port-forwarder-coordinator
namespace: default
spec:
containers:
- name: port-forwarder
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ create:
# Set the manifest at the coordinator.
set:
#!/usr/bin/env bash
kubectl -n edg-coco port-forward pod/port-forwarder 1313 &
kubectl port-forward pod/port-forwarder-coordinator 1313 &
PID=$!
sleep 1
nix run .#cli -- set \
Expand Down

0 comments on commit aabc133

Please sign in to comment.