Skip to content

Commit

Permalink
feat(publick8s/get.jenkins.io) bump mirrorbits chart from 2.x to 4.x (#…
Browse files Browse the repository at this point in the history
…5568)

Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal authored Aug 17, 2024
1 parent 515ab7a commit 82f57fd
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clusters/publick8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ releases:
- name: get-jenkins-io
namespace: get-jenkins-io
chart: jenkins-infra/mirrorbits-parent
version: 2.1.1
version: 4.0.0
values:
- "../config/get-jenkins-io.yaml"
secrets:
Expand Down
32 changes: 32 additions & 0 deletions config/get-jenkins-io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,38 @@ mirrorbits:
values:
- mirrorbits
topologyKey: "kubernetes.io/hostname"
config:
gzip: true
traceFile: /TIME
redis:
address: jenkins-mirrorbits.redis.cache.windows.net:6379
# password is stored in SOPS secrets
## RedisDB - Use 1 for staging and 0 for production
dbId: 0
scanInterval: 10
repositoryScanInterval: 5
checkInterval: 1
disallowRedirects: true
disableOnMissingFile: true
fallbacks:
- url: https://archives.jenkins.io/
countryCode: DE
continentCode: EU
geoipdata:
persistentData:
enabled: true
capacity: 1Gi
storageClassName: statically-provisionned
csi:
driver: file.csi.azure.com
fsType: ext4
nodeStageSecretRef:
name: geoip-data
namespace: geoip-data
volumeAttributes:
resourceGroup: publick8s
shareName: geoip-data
volumeHandle: https://publick8spvdata.file.core.windows.net/geoip-data

httpd:
enabled: true
Expand Down

0 comments on commit 82f57fd

Please sign in to comment.