Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions base/volumes_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,16 @@ spec:
path: /opt/htpc
type: DirectoryOrCreate
name: htpc-home
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: kavita
spec:
template:
spec:
volumes:
- hostPath:
path: /opt/htpc
type: DirectoryOrCreate
name: htpc-home
5 changes: 5 additions & 0 deletions install_armhf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,11 @@ spec:
subPath: kavita
securityContext:
fsGroup: 1000
volumes:
- hostPath:
path: /opt/htpc
type: DirectoryOrCreate
name: htpc-home
---
apiVersion: apps/v1
kind: Deployment
Expand Down
5 changes: 5 additions & 0 deletions install_x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,11 @@ spec:
subPath: kavita
securityContext:
fsGroup: 1000
volumes:
- hostPath:
path: /opt/htpc
type: DirectoryOrCreate
name: htpc-home
---
apiVersion: apps/v1
kind: Deployment
Expand Down