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-07-23 11:00:09 -07:00
parent 4ad4df7965
commit eba9f2144c
@@ -32,11 +32,11 @@ dind:
persistence: persistence:
reg: reg:
storageClass: longhorn-wffc storageClass: longhorn # Unified StorageClass (3 replicas)
size: 1Gi # .runner registration file + config — survives pod restarts size: 1Gi # .runner registration file + config — survives pod restarts
dind: dind:
storageClass: longhorn-wffc storageClass: longhorn # Unified StorageClass (3 replicas)
size: 30Gi # docker layer cache — keeps rebuilds fast across restarts size: 30Gi # docker layer cache — keeps rebuilds fast across restarts
tolerations: tolerations:
- key: node-role.kubernetes.io/control-plane - key: node-role.kubernetes.io/control-plane