fix: longhorn iscsiadm not being found
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
time.timeZone = "America/Vancouver";
|
time.timeZone = "America/Vancouver";
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"L + /usr/local/bin - - - - /run/current-system/sw/bin"
|
"L+ /usr/local/bin - - - - /run/current-system/sw/bin"
|
||||||
];
|
];
|
||||||
|
|
||||||
services.k3s = {
|
services.k3s = {
|
||||||
|
|||||||
@@ -2,8 +2,5 @@ ingress:
|
|||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: "web"
|
traefik.ingress.kubernetes.io/router.entrypoints: "web"
|
||||||
traefik.ingress.kubernetes.io/router.rule: "Host(`longhorn.local`)"
|
host: longhorn.local
|
||||||
hosts:
|
path: /
|
||||||
- host: longhorn.local
|
|
||||||
paths:
|
|
||||||
- /
|
|
||||||
|
|||||||
Reference in New Issue
Block a user