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