chore: Update manifests after change

This commit is contained in:
2026-05-18 03:03:55 +00:00
parent cacd660c68
commit 405d5daefb
64 changed files with 2746 additions and 1 deletions
@@ -0,0 +1,26 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: gitea
namespace: gitea
labels:
app.kubernetes.io/name: gitea
app.kubernetes.io/instance: gitea
app.kubernetes.io/part-of: gitea
spec:
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
hostnames:
- gitea.alexlebens.net
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- kind: Service
name: gitea-http
port: 3000