Automated Manifest Update (#2788)

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

Reviewed-on: #2788
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 #2788.
This commit is contained in:
2025-12-23 21:57:38 +00:00
committed by Alex Lebens
parent 45561f2f5f
commit e0c9bc5f4f

View File

@@ -2,11 +2,12 @@ apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute kind: HTTPRoute
metadata: metadata:
name: actual name: actual
namespace: actual
labels: labels:
app.kubernetes.io/name: 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,12 +15,13 @@ spec:
name: traefik-gateway name: traefik-gateway
namespace: traefik namespace: traefik
hostnames: hostnames:
- actual.alexlebens.net - "actual.alexlebens.net"
rules: rules:
- backendRefs: - backendRefs:
- group: '' - group: ""
kind: Service kind: Service
name: actual name: actual
namespace: actual
port: 80 port: 80
weight: 100 weight: 100
matches: matches: