--- # yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta1.json apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: immich-proxy spec: interval: 15m chart: spec: chart: app-template version: 1.5.1 sourceRef: kind: HelmRepository name: bjw-s namespace: flux-system interval: 15m install: createNamespace: true remediation: retries: 5 upgrade: remediation: retries: 5 dependsOn: - name: immich-server values: controller: strategy: RollingUpdate annotations: configmap.reloader.stakater.com/reload: &configMap immich-configmap image: repository: ghcr.io/immich-app/immich-proxy tag: v1.82.0 service: main: ports: http: port: 8080 ingress: main: enabled: true ingressClassName: nginx annotations: external-dns.home.arpa/enabled: "true" hajimari.io/appName: Immich hajimari.io/icon: mdi:image-album nginx.ingress.kubernetes.io/proxy-body-size: "0" hosts: - host: &host photos.${SECRET_CLUSTER_DOMAIN} paths: - path: / pathType: Prefix tls: - hosts: - *host resources: requests: cpu: 100m memory: 250Mi envFrom: - configMapRef: name: *configMap