소스 검색

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