image: repository: tccr.io/truecharts/autobrr pullPolicy: IfNotPresent tag: v1.31.0@sha256:78e39d159bd4adbbd71f80dcff9503a8b1961189920b04d22c3bf8d1a6b2e210 service: main: ports: main: port: 7474 protocol: http targetPort: 7474 workload: main: podSpec: containers: main: probes: liveness: enabled: true type: exec command: - /bin/sh - -c - curl --fail localhost:7474/ readiness: enabled: true type: exec command: - /bin/sh - -c - curl --fail localhost:7474/ startup: enabled: true type: exec command: - /bin/sh - -c - curl --fail localhost:7474/ persistence: config: enabled: true mountPath: /config portal: open: enabled: true