--- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: &app resilio-sync-helene namespace: default spec: interval: 15m chart: spec: chart: app-template version: 0.2.1 sourceRef: kind: HelmRepository name: bjw-s-charts namespace: flux-system install: createNamespace: true remediation: retries: 5 upgrade: remediation: retries: 5 values: image: repository: ghcr.io/auricom/resilio-sync tag: v2.7.3.1381-1@sha256:000931357eaa98500518437a9a57e1643bdb5d19238ea4311e783ce7822bceb4 env: - name: TZ value: "${TIMEZONE}" service: main: ports: http: port: 8889 com: port: 55556 ingress: main: enabled: true ingressClassName: "nginx" hosts: - host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}" paths: - path: / pathType: Prefix tls: - hosts: - *host persistence: config: enabled: true existingClaim: resilio-sync-helene-config sync-conf: enabled: true type: configMap configMap: name: resilio-sync-helene-sync-conf mountPath: /config/sync.conf subPath: sync.conf backups: enabled: true type: nfs server: "${LOCAL_LAN_TRUENAS}" path: /mnt/storage/backups mountPath: /sync/backup home-helene: enabled: true type: nfs server: "${LOCAL_LAN_TRUENAS}" path: /mnt/storage/home/helene mountPath: /sync/home podSecurityContext: runAsUser: 0 resources: requests: cpu: 250m memory: 512Mi limits: memory: 2Gi