catalog/stable/nzbhydra/9.0.15/ix_values.yaml

60 lines
1.1 KiB
YAML
Raw Normal View History

# Default values for nzbhydra.
image:
repository: ghcr.io/k8s-at-home/nzbhydra2
pullPolicy: IfNotPresent
tag: v3.18.0@sha256:d48b4c6b08ad96b5c394dc51e26bacf005a1f820b49aad29827f13725d51b05c
securityContext:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
port: 5076
targetPort: 5076
env: {}
# TZ: UTC
# PUID: 1001
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 5
httpGet:
path: /actuator/health/livenessState
port: main
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 10
readiness:
custom: true
enabled: true
spec:
failureThreshold: 5
httpGet:
path: /actuator/health/readinessState
port: main
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 10
startup:
custom: true
enabled: true
spec:
failureThreshold: 5
httpGet:
path: /actuator/health/readinessState
port: main
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 10
persistence:
config:
enabled: true
mountPath: "/config"