fix(forgejo-runner): use unified longhorn StorageClass

CHANGE: longhorn-wffc → longhorn

Forgejo-runner PVCs were Pending due to obsolete StorageClass.
Unified longhorn provides 3-replica HA storage.
This commit is contained in:
Story Crater Bot
2026-08-18 15:08:03 -07:00
parent 20bd4dcf5e
commit eac3a2a227
@@ -32,10 +32,10 @@ dind:
persistence:
reg:
storageClass: longhorn-wffc
storageClass: longhorn # Unified StorageClass (3 replicas)
size: 1Gi # .runner registration file + config — survives pod restarts
dind:
storageClass: longhorn-wffc
storageClass: longhorn # Unified StorageClass (3 replicas)
size: 30Gi # docker layer cache — keeps rebuilds fast across restarts
tolerations: