浏览代码

reset longhorn dns

Breandan Dezendorf 2 年之前
父节点
当前提交
25001a02a7
共有 1 个文件被更改,包括 2 次插入2 次删除
  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