Merge pull request #111 from sirius0xdev/fix/telegram-webhook

fix: telegram webhook - HTTPRoute structure, kustomization, env var
This commit is contained in:
sirius0xdev 2026-05-09 21:26:29 -04:00 committed by GitHub
commit d98d03981e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 7 deletions

View file

@ -10,3 +10,4 @@ resources:
# - hermes-service.yaml
- new-deployment-rays.yaml
- tele-webhook.yaml
- ../../../../infrastructure/gatewayapi/gateway-routes/hermes-webhook.yaml

View file

@ -10,10 +10,10 @@ spec:
hostnames:
- "ws.siriusdevops.com"
rules:
- backendRefs:
- name: hermes-tele-webhook
port: 8645
- matches:
- path:
type: PathPrefix
value: /telegram/webhook
backendRefs:
- name: hermes-tele-webhook
port: 8645