Explorar el Código

adding alt dns name for longhorn

Breandan Dezendorf hace 2 años
padre
commit
6085c62b80
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      dezendorf/homelab/k3s/longhorn/ingress.yaml

+ 2 - 2
dezendorf/homelab/k3s/longhorn/ingress.yaml

@@ -8,7 +8,7 @@ spec:
   entryPoints:
     - websecure
   routes:
-  - match: Host(`longhorn.dezendorf.net`)
+  - match: (Host(`longhorn.dezendorf.net`)||Host(`longhornr.dezendorf.net`))
     kind: Rule
     services:
     - name: longhorn-frontend
@@ -25,7 +25,7 @@ spec:
   entryPoints:
     - web
   routes:
-  - match: Host(`longhorn.dezendorf.net`)
+  - match: (Host(`longhorn.dezendorf.net`)||Host(`longhornr.dezendorf.net`))
     kind: Rule
     middlewares:
     - name: redirecthttps