Skip to content

Commit

Permalink
feat(publick8s) set up get.jenkins.io to use domain 'azure.get.jenkin…
Browse files Browse the repository at this point in the history
…s.io'

Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
  • Loading branch information
dduportal committed Jan 8, 2024
1 parent f9d6452 commit 4431808
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions config/get-jenkins-io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,38 @@ global:
"nginx.ingress.kubernetes.io/ssl-redirect": "true"
"nginx.ingress.kubernetes.io/use-regex": "true" # Required to allow regexp path matching with Nginx
hosts:
- host: get.jenkins.io
- host: azure.get.jenkins.io
paths:
- path: /
backendService: httpd
- path: /.*[.](deb|hpi|war|rpm|msi|pkg|sha256|md5sum|zip|gz|pdf|json|svg|sh|jpeg|ico|png|html)$ # Requires the regexp engine of Nginx to be enabled
pathType: ImplementationSpecific
backendService: mirrorbits
- host: mirrors.jenkins.io
paths:
- path: /
backendService: httpd
- path: /.*[.](deb|hpi|war|rpm|msi|pkg|sha256|md5sum|zip|gz|pdf|json|svg|sh|jpeg|ico|png|html)$ # Requires the regexp engine of Nginx to be enabled
pathType: ImplementationSpecific
backendService: mirrorbits
- host: mirrors.jenkins-ci.org
paths:
- path: /
backendService: httpd
- path: /.*[.](deb|hpi|war|rpm|msi|pkg|sha256|md5sum|zip|gz|pdf|json|svg|sh|jpeg|ico|png|html)$ # Requires the regexp engine of Nginx to be enabled
pathType: ImplementationSpecific
backendService: mirrorbits
- host: fallback.get.jenkins.io
paths:
- path: /
backendService: httpd
# - host: mirrors.jenkins.io
# paths:
# - path: /
# backendService: httpd
# - path: /.*[.](deb|hpi|war|rpm|msi|pkg|sha256|md5sum|zip|gz|pdf|json|svg|sh|jpeg|ico|png|html)$ # Requires the regexp engine of Nginx to be enabled
# pathType: ImplementationSpecific
# backendService: mirrorbits
# - host: mirrors.jenkins-ci.org
# paths:
# - path: /
# backendService: httpd
# - path: /.*[.](deb|hpi|war|rpm|msi|pkg|sha256|md5sum|zip|gz|pdf|json|svg|sh|jpeg|ico|png|html)$ # Requires the regexp engine of Nginx to be enabled
# pathType: ImplementationSpecific
# backendService: mirrorbits
# - host: fallback.get.jenkins.io
# paths:
# - path: /
# backendService: httpd
tls:
- secretName: get-jenkins-io-tls
hosts:
- get.jenkins.io
- mirrors.jenkins.io
- mirrors.jenkins-ci.org
- fallback.get.jenkins.io
- azure.get.jenkins.io
# - mirrors.jenkins.io
# - mirrors.jenkins-ci.org
# - fallback.get.jenkins.io
storage:
enabled: true
claimNameTpl: '{{ include "mirrorbits-parent.pvc-name" $ }}'
Expand Down

0 comments on commit 4431808

Please sign in to comment.