59 lines
1.5 KiB
YAML
59 lines
1.5 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: oci.trueforge.org/containerforge/nzbhydra2
|
|
pullPolicy: IfNotPresent
|
|
tag: 8.8.5@sha256:8db3a35b8563b19a659d2d600f5473608be8fa4fc8d211d51117f4d071eadf40
|
|
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
|