Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@ spec:
# File-buffer on a small PVC per replica — survives pod restart,
# absorbs vcflogs back-pressure. PVC size chosen to hold ~1h of
# peak log volume (LogVerbose=1 on prod plex can push 200MB/h).
# storageClassName omitted on purpose → cluster default (vsan,
# vSphere CSI). Longhorn was removed earlier; vsan handles
# ReadWriteOnce + WaitForFirstConsumer just fine.
bufferStorageVolume:
pvc:
spec:
accessModes: [ReadWriteOnce]
resources:
requests:
storage: 5Gi
# k8s-talos default StorageClass is longhorn — change here
# if/when we migrate (memory: longhorn removal planned).
storageClassName: longhorn
# Tolerate all nodes so the aggregator can land anywhere if
# capacity tightens.
tolerations:
Expand Down
Loading