Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ sleep 21

echo "Starting port-forwarding of port 8081"
# tag::port-forwarding[]
kubectl port-forward svc/simple-opa 8081 > /dev/null 2>&1 &
kubectl port-forward svc/simple-opa-server 8081 > /dev/null 2>&1 &
# end::port-forwarding[]
PORT_FORWARD_PID=$!
# shellcheck disable=SC2064
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ sleep 21

echo "Starting port-forwarding of port 8081"
# tag::port-forwarding[]
kubectl port-forward svc/simple-opa 8081 > /dev/null 2>&1 &
kubectl port-forward svc/simple-opa-server 8081 > /dev/null 2>&1 &
# end::port-forwarding[]
PORT_FORWARD_PID=$!
# shellcheck disable=SC2064
Expand Down