Skip to content

Commit

Permalink
breaking(publick8s) migrate get.jenkins.io to the new instance (#4848)
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
  • Loading branch information
dduportal authored Jan 8, 2024
1 parent c4daf67 commit 3601c95
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 193 deletions.
10 changes: 0 additions & 10 deletions clusters/publick8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,16 +194,6 @@ releases:
- "../config/accountapp.yaml"
secrets:
- "../secrets/config/accountapp/secrets.yaml"
- name: mirrorbits
namespace: mirrorbits
chart: jenkins-infra/mirrorbits
version: 1.1.17
timeout: 600
atomic: false
values:
- "../config/mirrorbits.yaml"
secrets:
- "../secrets/config/mirrorbits/secrets.yaml"
- name: get-jenkins-io
namespace: get-jenkins-io
chart: jenkins-infra/mirrorbits-parent
Expand Down
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: azure.get.jenkins.io
- host: 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:
- azure.get.jenkins.io
# - mirrors.jenkins.io
# - mirrors.jenkins-ci.org
# - fallback.get.jenkins.io
- 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
119 changes: 0 additions & 119 deletions config/mirrorbits.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions updatecli/updatecli.d/charts/mirrorbits.yaml

This file was deleted.

0 comments on commit 3601c95

Please sign in to comment.