TrueChartsClone/charts/incubator/unpackerr/values.yaml

52 lines
1015 B
YAML

# Default values for Sonarr.
image:
repository: golift/unpackerr
pullPolicy: IfNotPresent
tag: 0.9.7
strategy:
type: Recreate
service:
main:
enabled: false
ports:
main:
enabled: false
portal:
enabled: false
env: {}
# TZ: UTC
# PUID: 1001
# PGID: 1001
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
persistence:
downloads:
enabled: true
type: emptyDir
mountPath: /downloads
## Persistent Volume Storage Class
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
## If undefined (the default) or set to null, no storageClassName spec is
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
# storageClass: "-"
# accessMode: ReadWriteOnce
# size: 1Gi
## Do not delete the pvc upon helm uninstall
# skipuninstall: false
# existingClaim: ""