Explorar el Código

reset longhorn dns

Breandan Dezendorf hace 2 años
padre
commit
25001a02a7
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`)||Host(`longhornr.dezendorf.net`))
+  - match: Host(`longhorn.dezendorf.net`)
     kind: Rule
     services:
     - name: longhorn-frontend
@@ -25,7 +25,7 @@ spec:
   entryPoints:
     - web
   routes:
-  - match: (Host(`longhorn.dezendorf.net`)||Host(`longhornr.dezendorf.net`))
+  - match: Host(`longhorn.dezendorf.net`)
     kind: Rule
     middlewares:
     - name: redirecthttps