Files
apps/homepage/http-route.yaml
Philip Haupt f67dba0270 fix: remove ns
2025-03-17 00:15:36 +01:00

18 lines
313 B
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: homepage
spec:
parentRefs:
- name: homepage
hostnames:
- homepage.home
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: homepage
port: 3000