bootstrap
All checks were successful
Validate / validate (push) Successful in 27s

This commit is contained in:
2026-04-06 14:53:56 +02:00
parent cc4a7a3c33
commit 005844029d
9 changed files with 157 additions and 46 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
namespace: photoprism
name: ingressroute
spec:
entryPoints:
- websecure
routes:
- kind: Rule
match: Host(`photos.t00n.de`)
middlewares:
- name: localipfilter
namespace: kube-system
services:
- kind: Service
name: photoprism
port: 2342