k8s/manifests/04-routes/httproute-thread-visualizah-dev.yaml

21 lines
397 B
YAML
Raw Normal View History

2024-01-26 02:04:19 +10:00
---
2024-07-21 23:21:48 +10:00
apiVersion: gateway.networking.k8s.io/v1
2024-01-26 02:04:19 +10:00
kind: HTTPRoute
metadata:
name: http-thread-visualizah-dev
namespace: vdk2ch
spec:
hostnames:
2024-01-26 02:22:04 +10:00
- thread-visualizah-dev.board.vdk2ch.ru
2024-01-26 02:04:19 +10:00
parentRefs:
- name: my-gateway
namespace: default
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: thread-visualizah-dev-service
port: 8050