chore: Update manifests after change

This commit is contained in:
2025-12-24 06:07:40 +00:00
parent 2257542cc2
commit c513fd8f29
34 changed files with 349 additions and 253 deletions

View File

@@ -0,0 +1,28 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: seerr
namespace: seerr
labels:
app.kubernetes.io/name: seerr
app.kubernetes.io/instance: seerr
app.kubernetes.io/part-of: seerr
spec:
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
hostnames:
- seerr.alexlebens.net
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- group: ''
kind: Service
name: seerr-seerr-chart
port: 80
weight: 100