21 lines
354 B
YAML
21 lines
354 B
YAML
|
---
|
||
|
apiVersion: gateway.networking.k8s.io/v1beta1
|
||
|
kind: HTTPRoute
|
||
|
metadata:
|
||
|
name: http-dashy
|
||
|
namespace: dashy
|
||
|
spec:
|
||
|
hostnames:
|
||
|
- dashy.guaranteedstruggle.host
|
||
|
parentRefs:
|
||
|
- name: my-gateway
|
||
|
namespace: default
|
||
|
rules:
|
||
|
- matches:
|
||
|
- path:
|
||
|
type: PathPrefix
|
||
|
value: /
|
||
|
backendRefs:
|
||
|
- name: dashy
|
||
|
port: 10310
|