add readarr

This commit is contained in:
2025-04-22 18:55:54 +02:00
parent 80a6fee1c5
commit 8fd772ee8b
31 changed files with 263 additions and 748 deletions

View File

@ -27,16 +27,19 @@ serviceAccount:
podAnnotations: {}
podLabels: {}
podSecurityContext: {}
# fsGroup: 2000
podSecurityContext:
runAsUser: 0
runAsGroup: 0
fsGroup: 0
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
securityContext:
privileged: true
capabilities:
add:
- CHOWN
- FOWNER
- SETUID
- SETGID
service:
type: ClusterIP
@ -58,17 +61,13 @@ ingress:
# hosts:
# - chart-example.local
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
resources:
limits:
cpu: 2000m
memory: 2Gi
requests:
cpu: 500m
memory: 512Mi
livenessProbe:
httpGet:
@ -112,14 +111,21 @@ env:
value: "0"
- name: PGID
value: "0"
- name: PYTHON_EGG_CACHE
value: "/config/.python-eggs"
- name: PYTHONUNBUFFERED
value: "1"
- name: SAB_DIRECT_UNPACK
value: "1"
- name: SAB_DOWNLOAD_DIR
value: "/media/incomplete"
- name: SAB_COMPLETE_DIR
value: "/media/downloads"
persistence:
config:
claimName: sabnzbd-config
mountPath: /config
downloads:
claimName: media-downloads
mountPath: /downloads
incomplete:
claimName: sabnzbd-incomplete
mountPath: /incomplete-downloads
media:
claimName: media-storage
mountPath: /media