Automated Manifest Update (#2783)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2783
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2783.
This commit is contained in:
2025-12-23 05:08:50 +00:00
committed by Alex Lebens
parent 9c7dcf4186
commit 574b58b02a

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