Point monerod PVC at .bitmonero path on NAS

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Samantha Atkins 2026-04-20 15:48:11 -04:00
parent 58bfd422d4
commit 19b69c88ad

View file

@ -4,8 +4,8 @@
# NodePorts: 32379 (P2P), 32380 (restricted RPC) # NodePorts: 32379 (P2P), 32380 (restricted RPC)
# #
# Prerequisites: # Prerequisites:
# NAS share /volume1/k3s/monerod must exist on Synology # NAS share /volume1/samantha-private/.bitmonero must exist on Synology
# Copy ban list to NAS: /volume1/k3s/monerod/ban_list.txt # Copy ban list to NAS: /volume1/samantha-private/.bitmonero/ban_list.txt
# nas-pv.yaml must be applied first # nas-pv.yaml must be applied first
# nfs-common installed on all worker VMs # nfs-common installed on all worker VMs
# #
@ -18,6 +18,8 @@ apiVersion: v1
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
metadata: metadata:
name: monerod-pvc name: monerod-pvc
annotations:
nfs.io/storage-path: ".bitmonero"
spec: spec:
accessModes: accessModes:
- ReadWriteMany - ReadWriteMany