60 lines
1.5 KiB
YAML
60 lines
1.5 KiB
YAML
image:
|
|
repository: ghcr.io/geek-cookbook/nzbhydra2
|
|
pullPolicy: IfNotPresent
|
|
tag: 6.2.1@sha256:8b51c7b57060973ae4b41fb129271ba1467778506b7b7f7ad49eb5ac27acfc8e
|
|
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
|