k8s/manifests/04-routes/httproute-weave.yaml
hogweed1 2e2d0605a6
All checks were successful
continuous-integration/drone/push Build is passing
mm
2024-07-21 23:21:48 +10:00

21 lines
356 B
YAML

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