TrueChartsCatalogClone/stable/nzbhydra/16.0.0/ix_values.yaml

60 lines
1.5 KiB
YAML

image:
repository: ghcr.io/geek-cookbook/nzbhydra2
pullPolicy: IfNotPresent
tag: 5.2.0@sha256:f482fa6d154c9a32fd4ee4a7c6068eb58f35d3adce6c0e2636ef975e6c50b6f3
service:
main:
ports:
main:
port: 5076
targetPort: 5076
persistence:
config:
enabled: true
mountPath: "/config"
portal:
open:
enabled: true
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