feat: longhorn ingress
This commit is contained in:
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