gcloud-lab/infrastructure/gatewayapi/gateway-routes/hermes-webhook.yaml
2026-05-10 17:30:25 +00:00

19 lines
400 B
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: http-telegram-webhook
namespace: customer1
spec:
parentRefs:
- name: external-http-gateway
sectionName: https
hostnames:
- "ws.siriusdevops.com"
rules:
- matches:
- path:
type: PathPrefix
value: /telegram/webhook/default
backendRefs:
- name: http-tele-webhook
port: 9118