sonarr
This commit is contained in:
@ -6,8 +6,8 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: linuxserver/sonarr
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "latest"
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
@ -28,28 +28,37 @@ podAnnotations: {}
|
||||
podLabels: {}
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
fsGroup: 1000
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
fsGroup: 0
|
||||
|
||||
securityContext:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
privileged: true
|
||||
capabilities:
|
||||
add:
|
||||
- CHOWN
|
||||
- FOWNER
|
||||
- SETUID
|
||||
- SETGID
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 8989
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
enabled: true
|
||||
className: "nginx"
|
||||
annotations: {}
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: "letsencrypt"
|
||||
hosts:
|
||||
- host: sonarr.local
|
||||
- host: sonarr.media.mumme-it.de
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls: []
|
||||
tls:
|
||||
- hosts:
|
||||
- sonarr.media.mumme-it.de
|
||||
secretName: sonarr-tls
|
||||
|
||||
resources:
|
||||
limits:
|
||||
@ -112,5 +121,5 @@ persistence:
|
||||
claimName: sonarr-tv
|
||||
mountPath: /tv
|
||||
downloads:
|
||||
claimName: sonarr-downloads
|
||||
claimName: media-downloads
|
||||
mountPath: /downloads
|
||||
|
Reference in New Issue
Block a user