Files
truecharts/charts/stable/nzbhydra/values.yaml
T

58 lines
1.5 KiB
YAML

image:
repository: ghcr.io/elfhosted/nzbhydra2
pullPolicy: IfNotPresent
tag: 7.15.3@sha256:ceecb70ce8eefbe6fdc8f58fec1320a8904172be55d8de75631d51bcea863095
service:
main:
ports:
main:
port: 5076
targetPort: 5076
persistence:
config:
enabled: true
mountPath: "/config"
securityContext:
container:
readOnlyRootFilesystem: false
workload:
main:
podSpec:
containers:
main:
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