Remove longhorn

This commit is contained in:
2024-08-13 01:05:00 +01:00
parent e4a532e704
commit 5b591d8161
8 changed files with 4 additions and 74 deletions

View File

@@ -3,5 +3,4 @@ kind: Kustomization
resources:
- deployment.yaml
- service.yaml
- ingress.yaml
- pvc.yaml
- ingress.yaml

View File

@@ -1,11 +0,0 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: sonarr-pvc
spec:
accessModes:
- ReadWriteOncePod
storageClassName: longhorn
resources:
requests:
storage: 2Gi