use vultr-block-storage-hdd
ci / build (push) Successful in 8s
Details
ci / build (push) Successful in 8s
Details
This commit is contained in:
parent
8f64cd74b9
commit
fcc599459f
|
@ -28,7 +28,10 @@ spec:
|
|||
fullnameOverride: windmill-postgresql-mine
|
||||
primary:
|
||||
persistence:
|
||||
storageClass: "vultr-block-storage-hdd"
|
||||
# It would be $0.20/mo cheaper to use 8Gi NVMe,
|
||||
# but it's not available in Vultr's DFW datacenter
|
||||
# so instead we use the minimum HDD size, 40Gi
|
||||
storageClass: "vultr-block-storage-hdd"
|
||||
size: 40Gi
|
||||
resources:
|
||||
limits:
|
||||
|
|
Loading…
Reference in New Issue