mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-10-29 00:52:22 +00:00
19 lines
357 B
YAML
19 lines
357 B
YAML
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: blog
|
|
namespace: blog
|
|
spec:
|
|
parentRefs:
|
|
- name: stonegarden
|
|
namespace: gateway
|
|
hostnames:
|
|
- "blog.stonegarden.dev"
|
|
rules:
|
|
- matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
backendRefs:
|
|
- name: blog
|
|
port: 80 |