Skip to content

Commit

Permalink
chore(infraci): move persistence volume to ZRS in prevision for ARM64…
Browse files Browse the repository at this point in the history
… migration (#5116)

* chore(infraci): move persistence volume to ZRS in prevision for ARM64 migration

* change jenkins infra volume size

---------

Co-authored-by: Damien Duportal <[email protected]>
  • Loading branch information
smerle33 and dduportal authored Apr 11, 2024
1 parent b52d261 commit ccd615c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config/jenkins_infra.ci.jenkins.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ rbac:
readSecrets: true
persistence:
enabled: true
size: 50Gi
storageClass: managed-csi-premium-retain
size: 64Gi
storageClass: managed-csi-premium-zrs-retain
dataSource:
name: jenkins-infraci-snap
kind: PersistentVolumeClaim
agent:
componentName: "agent"
networkPolicy:
Expand Down

0 comments on commit ccd615c

Please sign in to comment.