浏览代码

gopy route yaml typo

Breandan Dezendorf 1 年之前
父节点
当前提交
7f88bc4a44
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dezendorf/homelab/k3s/gopy/gopy.yaml

+ 1 - 1
dezendorf/homelab/k3s/gopy/gopy.yaml

@@ -44,7 +44,7 @@ spec:
   entryPoints:
     - web
   routes:
-  - match: (Host(`go`)||Host(`go.dezendorf.net`)) && Path(`/list`)
+  - match: ((Host(`go`)||Host(`go.dezendorf.net`))) && Path(`/list`)
     kind: Rule
     middlewares:
       - name: gopyhttpsgofqdn