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