fix(storage): add longhorn-wffc SC + pin portainer/forgejo-runner to az-a — fixes PVC attach

This commit is contained in:
Story Crater Bot
2026-08-18 15:08:02 -07:00
parent cda75eeb7b
commit 384548b424
5 changed files with 51 additions and 5 deletions
@@ -33,7 +33,7 @@ tls:
# RWO block volume. 10Gi is generous for config data but cheap on Longhorn.
persistence:
enabled: true
storageClass: "longhorn"
storageClass: "longhorn-wffc"
size: 10Gi
resources:
@@ -51,3 +51,8 @@ tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule
# Pin to az-a (talos-cp-1) — sole Longhorn storage node. Its RWO PVC can only
# attach there; without this the pod may land on cp-2/cp-3 and fail to mount.
nodeSelector:
topology.kubernetes.io/zone: az-a