Files
infrastructure/clusters/cl01tl/applications/huntarr/values.yaml
Renovate Bot 5d8d3b3833
Some checks failed
lint-and-test-charts / lint-test (pull_request) Successful in 5m27s
renovate / renovate (push) Has been cancelled
Update ghcr.io/plexguide/huntarr Docker tag to v7.5.11
2025-06-06 21:40:57 +00:00

40 lines
847 B
YAML

huntarr:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
containers:
main:
image:
repository: ghcr.io/plexguide/huntarr
tag: 7.5.11
pullPolicy: IfNotPresent
env:
- name: TZ
value: US/Central
resources:
requests:
cpu: 100m
memory: 256Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 9705
protocol: HTTP
persistence:
config:
forceRename: huntarr-config
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 1Gi
advancedMounts:
main:
main:
- path: /config
readOnly: false