image: repository: ghcr.io/autobrr/autobrr pullPolicy: IfNotPresent tag: v1.34.1@sha256:7a21e928f9e6fe608c99ea01714cd261f093adc640cb104848651a264cb490b2 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