Files
homelab-infra/apps/http-echo/httproute.yaml
T
panxiao81 88a02ababa
lint / yaml (push) Has been cancelled
lint / ansible (push) Has been cancelled
lint / terraform (push) Has been cancelled
Establish clean homelab infrastructure baseline
Reorganize the brownfield repository, remove retired and generated artifacts, harden ignore rules, and record the GitOps/IaC redesign.
2026-09-09 16:47:20 +00:00

19 lines
351 B
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: http-echo-route
namespace: default
spec:
parentRefs:
- name: contour-gateway
hostnames:
- laptop.ddupan.top
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: http-echo
port: 80