Explorar el Código

added altname to photos

Breandan Dezendorf hace 2 años
padre
commit
473df9febe
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      dezendorf/homelab/k3s/photoprism/ingress.yaml

+ 2 - 2
dezendorf/homelab/k3s/photoprism/ingress.yaml

@@ -8,7 +8,7 @@ spec:
   entryPoints:
     - web
   routes:
-  - match: (Host(`photo.dezendorf.net`)||Host(`photor.dezendorf.net`))
+  - match: (Host(`photo.dezendorf.net`)||Host(`photos.dezendorf.net`))
     kind: Rule
     middlewares:
     - name: redirecthttps
@@ -25,7 +25,7 @@ spec:
   entryPoints:
     - websecure
   routes:
-  - match: (Host(`photo.dezendorf.net`)||Host(`photor.dezendorf.net`))
+  - match: (Host(`photo.dezendorf.net`)||Host(`photos.dezendorf.net`))
     kind: Rule
     services:
     - name: photoprism-service