--- # yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json apiVersion: helm.toolkit.fluxcd.io/v2beta2 kind: HelmRelease metadata: name: &app resilio-helene namespace: default spec: interval: 30m chart: spec: chart: app-template version: 3.0.4 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: defaultPodOptions: securityContext: runAsUser: 0 controllers: resilio-helene: annotations: reloader.stakater.com/auto: "true" containers: app: image: repository: ghcr.io/auricom/resilio-sync tag: 2.7.3.1381-1@sha256:42d0553deba43429df0371ca00128b17e166a0282bd3375cb4ea6a54c8e3097c env: - name: TZ value: "${TIMEZONE}" resources: requests: cpu: 250m memory: 512Mi limits: memory: 2Gi service: app: controller: *app ports: http: port: 8889 com: port: 55556 ingress: app: enabled: true className: nginx annotations: hajimari.io/icon: mdi:file-arrow-up-down hosts: - host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}" paths: - path: / service: identifier: app port: http tls: - hosts: - *host persistence: config: enabled: true existingClaim: *app globalMounts: - path: /config sync-conf: type: configMap name: resilio-helene-configmap globalMounts: - path: /config/sync.conf subPath: sync.conf backups: type: nfs server: 192.168.9.10 path: /mnt/storage/backups globalMounts: - path: /sync/backup home-helene: type: nfs server: 192.168.9.10 path: /mnt/storage/home/helene globalMounts: - path: /sync/home photo: type: nfs server: 192.168.9.10 path: /mnt/storage/photo globalMounts: - path: /sync/photo