--- # yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/helmrelease_v2beta1.json 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.4.0 sourceRef: kind: HelmRepository name: bjw-s namespace: flux-system maxHistory: 3 install: createNamespace: true remediation: retries: 3 upgrade: cleanupOnFail: true remediation: retries: 3 uninstall: keepHistory: false values: image: repository: ghcr.io/auricom/calibre-web tag: 0.6.20 env: TZ: "${TIMEZONE}" service: main: ports: http: port: 8083 ingress: main: enabled: true ingressClassName: "nginx" annotations: hajimari.io/icon: mdi:bookshelf 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