summaryrefslogtreecommitdiff
path: root/f3s/forgejo/helm-chart/templates/persistent-volume.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'f3s/forgejo/helm-chart/templates/persistent-volume.yaml')
-rw-r--r--f3s/forgejo/helm-chart/templates/persistent-volume.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/f3s/forgejo/helm-chart/templates/persistent-volume.yaml b/f3s/forgejo/helm-chart/templates/persistent-volume.yaml
index 40c8788..c17446d 100644
--- a/f3s/forgejo/helm-chart/templates/persistent-volume.yaml
+++ b/f3s/forgejo/helm-chart/templates/persistent-volume.yaml
@@ -46,6 +46,10 @@ metadata:
namespace: services
spec:
storageClassName: ""
+ # Pinned explicitly: without volumeName the 1Gi config claim below would also
+ # be a valid match for this 20Gi volume, leaving the binding to the
+ # smallest-sufficient-PV heuristic.
+ volumeName: forgejo-data-pv
accessModes:
- ReadWriteOnce
resources:
@@ -59,6 +63,7 @@ metadata:
namespace: services
spec:
storageClassName: ""
+ volumeName: forgejo-config-pv
accessModes:
- ReadWriteOnce
resources: