Files
infrastructure/clusters/cl01tl/helm/seerr/values.yaml
Alex Lebens 5deb4e1ee6
Some checks failed
lint-test-helm / lint-helm (push) Successful in 25s
render-manifests-push / render-manifests-push (push) Successful in 50s
renovate / renovate (push) Has been cancelled
feat: update seerr
2026-02-15 15:52:26 -06:00

41 lines
810 B
YAML

seerr-chart:
image:
registry: ghcr.io
repository: seerr-team/seerr
tag: v3.0.1
probes:
livenessProbe:
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 5
readinessProbe:
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 5
config:
persistence:
size: 5Gi
accessModes:
- ReadWriteOnce
storageClass: ceph-block
ingress:
enabled: false
resources:
requests:
cpu: 10m
memory: 128Mi
volsync-target-config:
pvcTarget: seerr-seerr-chart-config
local:
enabled: true
schedule: 20 11 * * *
remote:
enabled: false
external:
enabled: true
schedule: 20 12 * * *