Pārlūkot izejas kodu

added altname to photos

Breandan Dezendorf 2 gadi atpakaļ
vecāks
revīzija
473df9febe
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      dezendorf/homelab/k3s/photoprism/ingress.yaml

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

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