Skip to content

Commit

Permalink
expose ingress ports in k3d
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Detjens <[email protected]>
  • Loading branch information
detjensrobert committed Jan 20, 2025
1 parent 23079e0 commit 189db5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/services.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
registry-ui:
image: joxit/docker-registry-ui
ports:
- 8000:80
- 5001:80
user: root
environment:
- SINGLE_REGISTRY=true
Expand Down
2 changes: 2 additions & 0 deletions tests/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ start_stuff (){
ROOTLESS_ARG=''
fi

# create cluster and expose ingress ports
k3d cluster create "$MINIKUBE_PROFILE" \
-p "8000:80@loadbalancer" -p "8443:443@loadbalancer" \
--k3s-arg "--disable=traefik@server:*" \
"$ROOTLESS_ARG"

Expand Down

0 comments on commit 189db5b

Please sign in to comment.