Skip to content

Commit

Permalink
Merge pull request #119 from yrodiere/resize-volume-claims
Browse files Browse the repository at this point in the history
Set volume claim size to 5GiB
  • Loading branch information
yrodiere authored Jan 8, 2024
2 parents 7730eb6 + adbfb37 commit 409f3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kubernetes/openshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ spec:
storageClassName: "gp2"
resources:
requests:
storage: 512Gi
storage: 5Gi
triggers:
- type: ConfigChange
- type: ImageChange
Expand Down

0 comments on commit 409f3af

Please sign in to comment.