From 44318083f3cfdcb6d2f7b501aa97d8a3df18c64e Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Mon, 8 Jan 2024 16:20:27 +0100 Subject: [PATCH] feat(publick8s) set up get.jenkins.io to use domain 'azure.get.jenkins.io' Signed-off-by: Damien Duportal --- config/get-jenkins-io.yaml | 46 +++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/config/get-jenkins-io.yaml b/config/get-jenkins-io.yaml index 23c5eab8a7..721f981556 100644 --- a/config/get-jenkins-io.yaml +++ b/config/get-jenkins-io.yaml @@ -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" $ }}'