gcloud-lab/infrastructure/gatewayapi/gateway-routes/hermes-webhook.yaml

20 lines
391 B
YAML
Raw Normal View History

apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
2026-05-10 03:40:24 +00:00
name: http-telegram-webhook
namespace: customer1
spec:
parentRefs:
- name: external-http-gateway
sectionName: https
hostnames:
2026-05-08 12:51:03 -04:00
- "ws.siriusdevops.com"
rules:
2026-05-09 23:22:02 +00:00
- matches:
- path:
type: PathPrefix
value: /telegram/webhook
backendRefs:
2026-05-10 03:40:24 +00:00
- name: http-tele-webhook
2026-05-10 03:15:57 +00:00
port: 9118