feat: add Transmission with Gluetun VPN sidecar #104

Closed
gitea-admin wants to merge 4 commits from orion/auto/feat-add-transmission-with-gluetun-vpn-s-1779632092555 into main
Showing only changes of commit 2f4244985a - 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: 10Gi