apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: name: uptime-kuma-prod namespace: uptime-kuma spec: entryPoints: - websecure routes: - match: Host(`uptime.forust.xyz`) kind: Rule middlewares: services: - name: uptime-kuma-service port: 3001 tls: certResolver: letsencrypt --- apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: name: uptime-kuma-local namespace: uptime-kuma spec: entryPoints: - websecure routes: - match: Host(`uptime.workstation.internal`) || Host(`uptime.gigaforust.internal`) kind: Rule services: - name: uptime-kuma-service port: 3001