From 638977dfec344614ee17405b763f6b9c99805dfe Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Tue, 8 Apr 2025 05:19:26 +0000 Subject: [PATCH] feat: longhorn ingress --- nix/homelab/helm/helmfile.yaml | 2 ++ nix/homelab/helm/values/longhorn-values.yaml | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 nix/homelab/helm/values/longhorn-values.yaml 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: + - /