image: repository: tccr.io/truecharts/autobrr pullPolicy: IfNotPresent tag: 1.18.0@sha256:dc1ae14e3584cd6ddc7d4e5962c12974ca31cfe943508677670b9aef09770e5c 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