Explorar el Código

gopy route yaml typo

Breandan Dezendorf hace 1 año
padre
commit
7f88bc4a44
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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