--- # yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: &app komf namespace: default spec: interval: 30m chart: spec: chart: app-template version: 3.4.0 sourceRef: kind: HelmRepository name: bjw-s namespace: flux-system maxHistory: 2 install: createNamespace: true remediation: retries: 3 upgrade: cleanupOnFail: true remediation: strategy: rollback retries: 3 uninstall: keepHistory: false dependsOn: - name: komga values: controllers: komf: annotations: reloader.stakater.com/auto: "true" containers: app: image: repository: sndxr/komf tag: 1.0.2@sha256:9da6db81b7cd0124a1b18b17619388f9dcef44c5745c9da476e355beb61bad74 env: KOMF_KOMGA_BASE_URI: http://komga.default.svc.cluster.local:8080 KOMF_LOG_LEVEL: INFO envFrom: - secretRef: name: komf-secret resources: requests: memory: 4282M cpu: 15m limits: memory: 4282M service: app: controller: *app ports: http: port: 8085 persistence: config: enabled: true existingClaim: *app globalMounts: - path: /config configmap: enabled: true type: configMap name: komf-configmap globalMounts: - path: /config/application.yml readOnly: true subPath: application.yml