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:
reg:
storageClass: longhorn-wffc
size: 1Gi # .runner registration file + config — survives pod restarts
storageClass: longhorn # Unified StorageClass (3 replicas)
size: 1Gi # .runner registration file + config — survives pod restarts
dind:
storageClass: longhorn-wffc
size: 30Gi # docker layer cache — keeps rebuilds fast across restarts
storageClass: longhorn # Unified StorageClass (3 replicas)
size: 30Gi # docker layer cache — keeps rebuilds fast across restarts
tolerations:
- key: node-role.kubernetes.io/control-plane