update
This commit is contained in:
parent
3f6d762bcd
commit
3e3cf23c59
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue