فهرست منبع

adding alt dns name for longhorn

Breandan Dezendorf 2 سال پیش
والد
کامیت
6085c62b80
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`)
+  - 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