update jellyseerr path
This commit is contained in:
parent
ee9ad86e8c
commit
8899384780
1 changed files with 2 additions and 2 deletions
|
@ -40,10 +40,10 @@ spec:
|
||||||
volumeClaimTemplates:
|
volumeClaimTemplates:
|
||||||
- name: jellyseerr-config
|
- name: jellyseerr-config
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: 3Gi
|
size: 2Gi
|
||||||
storageClass: longhorn
|
storageClass: longhorn
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /config
|
- path: /app/config
|
||||||
|
|
||||||
pod:
|
pod:
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
Reference in a new issue