webhook nightmare

This commit is contained in:
sirius0xdev 2026-05-10 03:40:24 +00:00
parent 1491f0c1b4
commit 29a36f9776
2 changed files with 4 additions and 4 deletions

View file

@ -191,13 +191,13 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: hermes-tele-webhook
name: http-tele-webhook
namespace: customer1
spec:
selector:
app: hermes-agent
ports:
- name: telegram-webhook
- name: http-webhook
port: 9118
targetPort: 9118
---

View file

@ -1,7 +1,7 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: hermes-webhook
name: http-telegram-webhook
namespace: customer1
spec:
parentRefs:
@ -15,5 +15,5 @@ spec:
type: PathPrefix
value: /telegram/webhook
backendRefs:
- name: hermes-tele-webhook
- name: http-tele-webhook
port: 9118