Skip to content

Commit

Permalink
chore(k8s/amour/vm): increase vmsingle storage request
Browse files Browse the repository at this point in the history
  • Loading branch information
uhthomas committed Jun 14, 2024
1 parent c6f47bf commit 85436ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/amour/vm/vm_single_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
spec: {
storage: {
storageClassName: "rook-ceph-nvme"
resources: requests: (v1.#ResourceStorage): "16Gi"
resources: requests: (v1.#ResourceStorage): "64Gi"
accessModes: [v1.#ReadWriteOnce]
}
resources: limits: {
Expand Down

0 comments on commit 85436ff

Please sign in to comment.