Skip to content

Commit

Permalink
chore(k8s/amour/media): increase pvc size
Browse files Browse the repository at this point in the history
  • Loading branch information
uhthomas committed Jun 11, 2024
1 parent d817b4b commit df17d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/amour/media/persistent_volume_claim_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ import "k8s.io/api/core/v1"
spec: {
accessModes: [v1.#ReadWriteMany]
storageClassName: "rook-cephfs-nvme"
resources: requests: (v1.#ResourceStorage): "4Ti"
resources: requests: (v1.#ResourceStorage): "8Ti"
}
}]

0 comments on commit df17d9a

Please sign in to comment.