Skip to content

Commit

Permalink
Revert workspace volume and use RWO PVC for experiment design
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsomunozpomer committed Sep 29, 2023
1 parent a243da5 commit 5b03e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pipeline {
agent {
kubernetes {
cloud 'gke-autopilot'
workspaceVolume dynamicPVC(storageClassName: 'premium-rwo', accessModes: 'ReadWriteOnce', requestsSize: '5Gi')
defaultContainer 'openjdk'
yamlFile 'jenkins-k8s-pod.yaml'
}
Expand Down
2 changes: 1 addition & 1 deletion jenkins-k8s-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
readOnly: true
- name: gxa-expdesign
persistentVolumeClaim:
claimName: gxa-expdesign-rox
claimName: gxa-expdesign-rwo
readOnly: true
- name: bioentity-properties
persistentVolumeClaim:
Expand Down

0 comments on commit 5b03e28

Please sign in to comment.