Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(publick8s/get.jenkins.io) bump mirrorbits chart from 2.x to 4.x #5568

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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