--- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: &app calibre-web namespace: default spec: interval: 15m chart: spec: chart: app-template version: 1.1.3 sourceRef: kind: HelmRepository name: bjw-s namespace: flux-system install: createNamespace: true remediation: retries: 5 upgrade: remediation: retries: 5 values: image: repository: ghcr.io/auricom/calibre-web tag: 0.6.19@sha256:2b5a29612d710a4042f32934eaf24819b23c8f31bf24159da6f95eea1c825573 env: TZ: "${TIMEZONE}" service: main: ports: http: port: 8083 ingress: main: enabled: true ingressClassName: "nginx" hosts: - host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}" paths: - path: / pathType: Prefix tls: - hosts: - *host podSecurityContext: runAsUser: 568 runAsGroup: 568 fsGroup: 568 fsGroupChangePolicy: "OnRootMismatch" persistence: config: enabled: true existingClaim: calibre-web-config books: enabled: true type: nfs server: "${LOCAL_LAN_TRUENAS}" path: /mnt/storage/home/claude/books mountPath: /mnt/storage/home/claude/books resources: requests: cpu: 15m memory: 204M limits: memory: 380M