21 lines
374 B
YAML
21 lines
374 B
YAML
---
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: http-longhorn
|
|
namespace: longhorn-system
|
|
spec:
|
|
hostnames:
|
|
- longhorn.guaranteedstruggle.host
|
|
parentRefs:
|
|
- name: my-gateway
|
|
namespace: default
|
|
rules:
|
|
- matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
backendRefs:
|
|
- name: longhorn-frontend
|
|
port: 80
|