Establish clean homelab infrastructure baseline
Reorganize the brownfield repository, remove retired and generated artifacts, harden ignore rules, and record the GitOps/IaC redesign.
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# openebs umbrella chart (openebs/openebs) values — single-node homelab.
|
||||
# Install/upgrade:
|
||||
# helm upgrade --install openebs openebs/openebs --version 4.4.0 -n openebs -f values.yaml
|
||||
|
||||
# Local ZFS provisioner ON — backs the cluster's PVCs (StorageClass localpv-zfs-ceph on
|
||||
# pool data/ceph, see storageclasses.yaml). LVM + rawfile OFF (unused — no LVM
|
||||
# StorageClasses/PVs/volumes). Replicated (Mayastor) OFF. Pinned explicitly so a future
|
||||
# chart-default change can't silently flip storage engines.
|
||||
engines:
|
||||
local:
|
||||
zfs:
|
||||
enabled: true
|
||||
lvm:
|
||||
enabled: false
|
||||
rawfile:
|
||||
enabled: false
|
||||
replicated:
|
||||
mayastor:
|
||||
enabled: false
|
||||
|
||||
# The bundled Loki (logging) defaults to 3 SingleBinary replicas with one-pod-per-node
|
||||
# anti-affinity. On this single node, replicas 2 & 3 are permanently Pending. Filesystem-
|
||||
# backed SingleBinary Loki should be 1 replica anyway.
|
||||
loki:
|
||||
singleBinary:
|
||||
replicas: 1
|
||||
Reference in New Issue
Block a user