webhook nightmare
This commit is contained in:
parent
1491f0c1b4
commit
29a36f9776
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue