Skip to content

Commit

Permalink
feat: prowlarr pvc
Browse files Browse the repository at this point in the history
  • Loading branch information
luissimas committed May 4, 2024
1 parent 082f1f7 commit 21fe4f3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/media/prowlarr/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- pvc.yaml
- deployment.yaml
- service.yaml
- ingress.yaml
15 changes: 15 additions & 0 deletions apps/media/prowlarr/pvc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: prowlarr-config
namespace: media
labels:
app: prowlarr
spec:
storageClassName: local-path
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 500Mi

0 comments on commit 21fe4f3

Please sign in to comment.