Skip to content

Commit

Permalink
integration: avoid kubectl port-forward to be noisy
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Jun 24, 2024
1 parent 9e194ab commit 4bf965d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/localkube-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ main() {
trap onerror ERR

local_rpaas_api_port=39999
${KUBECTL} -n ${NAMESPACE} port-forward svc/rpaas-api ${local_rpaas_api_port}:80 --address=127.0.0.1 &
DEBUG="" ${KUBECTL} -n ${NAMESPACE} port-forward svc/rpaas-api ${local_rpaas_api_port}:80 --address=127.0.0.1 &
kubectl_port_forward_pid=${!}

sleep 5
Expand Down

0 comments on commit 4bf965d

Please sign in to comment.