This commit is contained in:
Joseph Hanson 2024-07-25 19:27:33 -05:00
parent 3f6d762bcd
commit 3e3cf23c59
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -21,7 +21,7 @@ spec:
cleanupOnFail: true cleanupOnFail: true
remediation: remediation:
retries: 3 retries: 3
strategy: rollback strategy: uninstall
interval: 30m interval: 30m
values: values:
controllers: controllers:
@ -89,7 +89,9 @@ spec:
existingClaim: jellyseerr existingClaim: jellyseerr
globalMounts: globalMounts:
- path: /app/config - path: /app/config
readOnly: false
logs: logs:
type: emptyDir type: emptyDir
globalMounts: globalMounts:
- path: /app/config/logs/ - path: /app/config/logs/
readOnly: false