44 lines
681 B
YAML
44 lines
681 B
YAML
# Default values for nzbget.
|
|
|
|
image:
|
|
repository: ghcr.io/k8s-at-home/nzbget
|
|
pullPolicy: IfNotPresent
|
|
tag: v21.1@sha256:42
|
|
|
|
securityContext:
|
|
privileged: false
|
|
readOnlyRootFilesystem: false
|
|
allowPrivilegeEscalation: true
|
|
runAsNonRoot: true
|
|
|
|
podSecurityContext:
|
|
runAsUser: 568
|
|
runAsGroup: 568
|
|
fsGroup: 568
|
|
supplementalGroups: []
|
|
fsGroupChangePolicy: "OnRootMismatch"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 6789
|
|
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
|
|
readiness:
|
|
enabled: false
|
|
|
|
startup:
|
|
enabled: false
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
type: pvc
|
|
accessMode: ReadWriteOnce
|
|
size: "100Gi"
|