TrueChartsClone/charts/stable/nzbhydra/values.yaml

55 lines
1.1 KiB
YAML
Raw Normal View History

image:
repository: tccr.io/truecharts/nzbhydra2
pullPolicy: IfNotPresent
tag: v4.2.0@sha256:c79c9f0df6eeffd8822dff0797c8ef3e2d1b33e5ce246f5367354fdc48152822
securityContext:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
port: 5076
targetPort: 5076
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"