image: repository: tccr.io/truecharts/nzbhydra2 pullPolicy: IfNotPresent tag: 4.7.1@sha256:177bf10eba7080b0b26942ada22440146c6f19dcab2b059d08cb78151384a6bb securityContext: readOnlyRootFilesystem: false service: main: ports: main: port: 5076 targetPort: 5076 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 persistence: config: enabled: true mountPath: "/config" portal: enabled: true