add readarr
This commit is contained in:
@ -62,11 +62,11 @@ ingress:
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 4000m
|
||||
memory: 4Gi
|
||||
requests:
|
||||
cpu: 1000m
|
||||
memory: 1Gi
|
||||
requests:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
@ -82,25 +82,12 @@ autoscaling:
|
||||
minReplicas: 1
|
||||
maxReplicas: 100
|
||||
targetCPUUtilizationPercentage: 80
|
||||
# targetMemoryUtilizationPercentage: 80
|
||||
|
||||
# Additional volumes on the output Deployment definition.
|
||||
volumes: []
|
||||
# - name: foo
|
||||
# secret:
|
||||
# secretName: mysecret
|
||||
# optional: false
|
||||
|
||||
# Additional volumeMounts on the output Deployment definition.
|
||||
volumeMounts: []
|
||||
# - name: foo
|
||||
# mountPath: "/etc/foo"
|
||||
# readOnly: true
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
tolerations: []
|
||||
|
||||
affinity: {}
|
||||
|
||||
# Environment variables
|
||||
@ -117,9 +104,6 @@ persistence:
|
||||
config:
|
||||
claimName: sonarr-config
|
||||
mountPath: /config
|
||||
tv:
|
||||
claimName: sonarr-tv
|
||||
mountPath: /tv
|
||||
downloads:
|
||||
claimName: media-downloads
|
||||
mountPath: /downloads
|
||||
media:
|
||||
claimName: media-storage
|
||||
mountPath: /media
|
||||
|
Reference in New Issue
Block a user