--- # 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 homebox namespace: default spec: interval: 30m chart: spec: chart: app-template version: 3.3.1 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 values: controllers: homebox: containers: app: image: repository: ghcr.io/hay-kot/homebox tag: v0.10.3@sha256:b1fbca6fc1ad2bd3634d13056d1bc0242cf92e9bad4ca21ce57589be3fe4987e env: TZ: "${TIMEZONE}" HBOX_LOG_LEVEL: info HBOX_LOG_FORMAT: text HBOX_MEB_MAX_UPLOAD_SIZE: 10 resources: requests: cpu: 100m memory: 52M limits: memory: 256M service: app: controller: *app ports: http: port: 7745 ingress: app: enabled: true className: nginx annotations: hajimari.io/enable: "true" hajimari.io/appName: *app hajimari.io/info: Inventory management system hajimari.io/icon: devices hajimari.io/targetBlank: "true" hosts: - host: &host "{{ .Release.Name }}.${SECRET_EXTERNAL_DOMAIN}" paths: - path: / service: identifier: app port: http tls: - hosts: - *host persistence: config: enabled: true existingClaim: *app globalMounts: - path: /config