Skip to content

Commit

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

Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal authored Aug 17, 2024
1 parent 8aa6661 commit dc604c7
Show file tree
Hide file tree
Showing 2 changed files with 29 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 @@ -231,7 +231,7 @@ releases:
- name: updates-jenkins-io
namespace: updates-jenkins-io
chart: jenkins-infra/mirrorbits-parent
version: 2.1.1
version: 4.0.0
values:
- "../config/updates.jenkins.io.yaml"
secrets:
Expand Down
28 changes: 28 additions & 0 deletions config/updates.jenkins.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,34 @@ mirrorbits:
memory: 200Mi
nodeSelector:
kubernetes.io/arch: amd64
config:
gzip: true
traceFile: /TIME
redis:
address: updates-jenkins-io.redis.cache.windows.net:6379
# password is stored in SOPS secrets
dbId: 0
scanInterval: 10
repositoryScanInterval: 10
checkInterval: 1
disallowRedirects: true
disableOnMissingFile: false
# No fallbacks
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: false
Expand Down

0 comments on commit dc604c7

Please sign in to comment.