feat: longhorn ingress
This commit is contained in:
@@ -9,6 +9,8 @@ releases:
|
|||||||
namespace: longhorn-system
|
namespace: longhorn-system
|
||||||
chart: longhorn/longhorn
|
chart: longhorn/longhorn
|
||||||
version: 1.8.1
|
version: 1.8.1
|
||||||
|
values:
|
||||||
|
- values/longhorn-values.yaml
|
||||||
- name: jellyfin
|
- name: jellyfin
|
||||||
namespace: media
|
namespace: media
|
||||||
chart: jellyfin/jellyfin
|
chart: jellyfin/jellyfin
|
||||||
|
|||||||
9
nix/homelab/helm/values/longhorn-values.yaml
Normal file
9
nix/homelab/helm/values/longhorn-values.yaml
Normal file
@@ -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:
|
||||||
|
- /
|
||||||
Reference in New Issue
Block a user