Skip to content

Commit

Permalink
Merge pull request #730 from uselagoon/unauth-pushes
Browse files Browse the repository at this point in the history
fix: unauthenticated registry tls
  • Loading branch information
shreddedbacon authored Dec 23, 2024
2 parents cae2bdd + 844beab commit ef20184
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ install-registry: install-ingress
--timeout $(TIMEOUT) \
--set ingress.enabled=true \
--set-string ingress.annotations.kubernetes\\.io/tls-acme=true \
--set ingress.tls[0].secretName=registry-docker-registry-tls \
--set ingress.tls[0].hosts[0]=registry.$$($(KUBECTL) -n ingress-nginx get services ingress-nginx-controller -o jsonpath='{.status.loadBalancer.ingress[0].ip}').nip.io \
--set "ingress.hosts[0]=registry.$$($(KUBECTL) -n ingress-nginx get services ingress-nginx-controller -o jsonpath='{.status.loadBalancer.ingress[0].ip}').nip.io" \
--set ingress.path="/" \
--set persistence.enabled=true \
Expand Down

0 comments on commit ef20184

Please sign in to comment.