Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Sep 27, 2024
1 parent a18bc3c commit 2472f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loadbalancer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sudo socat tcp-listen:443,reuseaddr,fork tcp:$node_ip:$https_node_port &
sudo $(which txeh) remove host "$harbor_domain"
sudo $(which txeh) add 127.0.0.1 "$harbor_domain"

ink "Login in to Harbor at URL $harbor_url with creds 'admin/Harbor12345'"
harbor_url="https://$harbor_domain"
ink "Login in to Harbor at URL $harbor_url with creds 'admin/Harbor12345'"
curl -k -L "$harbor_url"

0 comments on commit 2472f30

Please sign in to comment.