liveliness probes for a bunch of stuff + tdarr implementation and
soulseek (slskd+soularr) integration
This commit is contained in:
BIN
k8s_manifests/pvc/.DS_Store
vendored
Normal file
BIN
k8s_manifests/pvc/.DS_Store
vendored
Normal file
Binary file not shown.
9
k8s_manifests/pvc/tdarr.yaml
Normal file
9
k8s_manifests/pvc/tdarr.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: transcode-tdarr
|
||||
spec:
|
||||
accessModes: [ReadWriteOnce]
|
||||
resources: { requests: { storage: 16Gi } }
|
||||
|
Reference in New Issue
Block a user