fix httproute

This commit is contained in:
2025-03-03 17:52:48 -06:00
parent f5252ef168
commit 69aebad17c

View File

@@ -1,10 +1,10 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: http-route-lidarr
name: http-route-lidatube
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: http-route-lidarr
app.kubernetes.io/name: http-route-lidatube
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
@@ -16,7 +16,7 @@ spec:
name: traefik-gateway
namespace: traefik
hostnames:
- lidarr.alexlebens.net
- lidatube.alexlebens.net
rules:
- matches:
- path:
@@ -25,6 +25,6 @@ spec:
backendRefs:
- group: ''
kind: Service
name: lidarr
name: lidatube
port: 80
weight: 100