Skip to content

Commit

Permalink
feat: add pinchflat pvc
Browse files Browse the repository at this point in the history
  • Loading branch information
oscaromeu committed Oct 20, 2024
1 parent 607615c commit 1fa9299
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
15 changes: 5 additions & 10 deletions kubernetes/main/apps/default/pinchflat/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
memory: 4Gi
defaultPodOptions:
securityContext:
runAsNonRoot: true
runAsNonRoot: false
runAsUser: 568
runAsGroup: 568
fsGroup: 568
Expand Down Expand Up @@ -95,12 +95,7 @@ spec:
existingClaim: pinchflat-config
tmp:
type: emptyDir
media:
type: nfs
server: 10.69.3.25
path: /data/data1/Media/Library/Videos
advancedMounts:
pinchflat:
app:
- path: /downloads
subPath: Library/Main/Youtube
output:
existingClaim: pinchflat-output
globalMounts:
- path: "/downloads"
9 changes: 4 additions & 5 deletions kubernetes/main/apps/default/pinchflat/app/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pinchflat-config
namespace: default
name: pinchflat-output
spec:
storageClassName: nfs-client
accessModes:
- ReadWriteOnce
- ReadWriteOnce
resources:
requests:
storage: 100Mi
storageClassName: openebs-hostpath
storage: 10Gi

0 comments on commit 1fa9299

Please sign in to comment.