From 574b58b02ac5bc3d4abc2c5d38d9984715ebdb28 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 23 Dec 2025 05:08:50 +0000 Subject: [PATCH] Automated Manifest Update (#2783) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2783 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- ...oute-actual.yaml => HTTPRoute-actual.yaml} | 28 ++++++++++--------- 1 file changed, 15 insertions(+), 13 deletions(-) rename clusters/cl01tl/manifests/actual/{HTTPRoute-http-route-actual.yaml => HTTPRoute-actual.yaml} (59%) diff --git a/clusters/cl01tl/manifests/actual/HTTPRoute-http-route-actual.yaml b/clusters/cl01tl/manifests/actual/HTTPRoute-actual.yaml similarity index 59% rename from clusters/cl01tl/manifests/actual/HTTPRoute-http-route-actual.yaml rename to clusters/cl01tl/manifests/actual/HTTPRoute-actual.yaml index a23e8e811..b1eef0357 100644 --- a/clusters/cl01tl/manifests/actual/HTTPRoute-http-route-actual.yaml +++ b/clusters/cl01tl/manifests/actual/HTTPRoute-actual.yaml @@ -1,12 +1,13 @@ -apiVersion: gateway.networking.k8s.io/v1 +apiVersion: gateway.networking.k8s.io/v1alpha2 kind: HTTPRoute metadata: - name: http-route-actual - namespace: actual + name: actual labels: - app.kubernetes.io/name: http-route-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: parentRefs: - group: gateway.networking.k8s.io @@ -14,15 +15,16 @@ spec: name: traefik-gateway namespace: traefik hostnames: - - actual.alexlebens.net + - "actual.alexlebens.net" rules: - - matches: + - backendRefs: + - group: "" + kind: Service + name: actual + namespace: actual + port: 80 + weight: 100 + matches: - path: type: PathPrefix value: / - backendRefs: - - group: '' - kind: Service - name: actual - port: 80 - weight: 100