Skip to content

Commit

Permalink
feat(mirrorbits) add ingress for mirrors.jenkins.io - jenkins-infra/h…
Browse files Browse the repository at this point in the history
…elpdesk#2888

Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal committed May 5, 2022
1 parent d1a6736 commit 55d528e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/mirrorbits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ ingress:
- path: /
serviceNameSuffix: files
- path: /.*[.](deb|hpi|war|rpm|msi|pkg|sha256|md5sum|zip|gz|pdf|json|svg|sh|jpeg|ico|png|html)$
- host: mirror.jenkins.io
paths:
- path: /
serviceNameSuffix: files
- path: /.*[.](deb|hpi|war|rpm|msi|pkg|sha256|md5sum|zip|gz|pdf|json|svg|sh|jpeg|ico|png|html)$
- host: fallback.get.jenkins.io
paths:
- path: /
Expand All @@ -36,6 +41,7 @@ ingress:
- secretName: mirrorbits-tls
hosts:
- get.jenkins.io
- mirror.jenkins.io
- fallback.get.jenkins.io
repository:
name: mirrorbits-binary
Expand Down

0 comments on commit 55d528e

Please sign in to comment.