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 Jan 11, 2024
1 parent 92c7d3b commit 58e0108
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-hdd"
resources: requests: (v1.#ResourceStorage): "3Ti"
resources: requests: (v1.#ResourceStorage): "4Ti"
}
}]

0 comments on commit 58e0108

Please sign in to comment.