k8s/manifests/04-routes/httproute-weave.yaml
Simple_Not a4b9c2e4c0
Some checks failed
continuous-integration/drone/push Build is failing
add kfk
2023-12-07 20:26:50 +10:00

21 lines
361 B
YAML

---
apiVersion: gateway.networking.k8s.io/v1beta1
kind: HTTPRoute
metadata:
name: http-weave
namespace: weave
spec:
hostnames:
- weave.guaranteedstruggle.host
parentRefs:
- name: my-gateway
namespace: default
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: weave-scope-app
port: 80