fix: repair transmission deployment.yaml and add missing PVC #117

Open
gitea-admin wants to merge 2 commits from orion/auto/fix-repair-transmission-deployment-yaml--1780375360519 into main
Showing only changes of commit d2a7b47e5b - Show all commits
+12
View File
@@ -0,0 +1,12 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: transmission-config
namespace: media
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
resources:
requests:
storage: 2Gi