TrueChartsClone/incubator/nzbhydra/2.2.2/test_values.yaml

69 lines
1.1 KiB
YAML
Raw Normal View History

2021-02-16 13:45:26 +00:00
# Default values for nzbhydra.
image:
2021-03-11 17:05:34 +00:00
repository: ghcr.io/truecharts/nzbhydra2
pullPolicy: IfNotPresent
2021-04-10 13:30:07 +00:00
tag: v3.13.2
strategy:
type: Recreate
services:
main:
port:
port: 5076
env: {}
# TZ: UTC
# PUID: 1001
# PGID: 1001
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 5
httpGet:
path: /actuator/health/livenessState
port: http
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 10
readiness:
custom: true
enabled: true
spec:
failureThreshold: 5
httpGet:
path: /actuator/health/readinessState
port: http
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 10
startup:
custom: true
enabled: true
spec:
failureThreshold: 5
httpGet:
path: /actuator/health/readinessState
port: http
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 10
persistence:
config:
enabled: false
emptyDir: false
appVolumeMounts:
config:
enabled: true
emptyDir: true
setPermissions: true
mountPath: "/config"