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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user