diff --git a/nix/homelab/helm/helmfile.yaml b/nix/homelab/helm/helmfile.yaml index 829f164..ab70e86 100644 --- a/nix/homelab/helm/helmfile.yaml +++ b/nix/homelab/helm/helmfile.yaml @@ -9,6 +9,8 @@ releases: namespace: longhorn-system chart: longhorn/longhorn version: 1.8.1 + values: + - values/longhorn-values.yaml - name: jellyfin namespace: media chart: jellyfin/jellyfin diff --git a/nix/homelab/helm/values/longhorn-values.yaml b/nix/homelab/helm/values/longhorn-values.yaml new file mode 100644 index 0000000..ea0d06d --- /dev/null +++ b/nix/homelab/helm/values/longhorn-values.yaml @@ -0,0 +1,9 @@ +ingress: + enabled: true + annotations: + traefik.ingress.kubernetes.io/router.entrypoints: "web" + traefik.ingress.kubernetes.io/router.rule: "Host(`longhorn.local`)" + hosts: + - host: longhorn.local + paths: + - /