Automated Manifest Update #2783

Merged
alexlebens merged 1 commits from auto/update-manifests into manifests 2025-12-23 05:08:55 +00:00

View File

@@ -1,12 +1,13 @@
apiVersion: gateway.networking.k8s.io/v1 apiVersion: gateway.networking.k8s.io/v1alpha2
kind: HTTPRoute kind: HTTPRoute
metadata: metadata:
name: http-route-actual name: actual
namespace: actual
labels: labels:
app.kubernetes.io/name: http-route-actual
app.kubernetes.io/instance: actual app.kubernetes.io/instance: actual
app.kubernetes.io/part-of: actual app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: actual
helm.sh/chart: actual-4.5.0
namespace: actual
spec: spec:
parentRefs: parentRefs:
- group: gateway.networking.k8s.io - group: gateway.networking.k8s.io
@@ -14,15 +15,16 @@ spec:
name: traefik-gateway name: traefik-gateway
namespace: traefik namespace: traefik
hostnames: hostnames:
- actual.alexlebens.net - "actual.alexlebens.net"
rules: rules:
- matches: - backendRefs:
- group: ""
kind: Service
name: actual
namespace: actual
port: 80
weight: 100
matches:
- path: - path:
type: PathPrefix type: PathPrefix
value: / value: /
backendRefs:
- group: ''
kind: Service
name: actual
port: 80
weight: 100