feat: homepage

This commit is contained in:
Philip Haupt
2025-03-15 14:33:40 +01:00
commit b2c53d2181
13 changed files with 546 additions and 0 deletions

18
homepage/http-route.yaml Normal file
View File

@@ -0,0 +1,18 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: homepage
namespace: homepage
spec:
parentRefs:
- name: homepage
hostnames:
- "homepage.home"
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: homepage
port: 3000