k8s/manifests/04-httproutes/httproute-longhorn.yaml
Simple_Not d0c9250c30
Some checks failed
continuous-integration/drone/push Build is failing
neu way of manifestos
2023-11-16 19:52:51 +10:00

21 lines
379 B
YAML

---
apiVersion: gateway.networking.k8s.io/v1beta1
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