fix webhooks and try vllm config

This commit is contained in:
sirius0xdev 2026-05-10 03:15:57 +00:00
parent cfedb963e5
commit 1491f0c1b4
2 changed files with 5 additions and 5 deletions

View file

@ -67,7 +67,7 @@ spec:
ports:
- containerPort: 8642
- containerPort: 8644
- containerPort: 8645
- containerPort: 9118
env:
- name: PATH
value: "/home/hermes/.hermes/.local/bin:/opt/hermes/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
@ -106,7 +106,7 @@ spec:
- name: TINI_SUBREAPER
value: "true"
- name: TELEGRAM_WEBHOOK_PORT
value: "8645"
value: "9118"
- name: WEBHOOK_PORT
value: "8644"
@ -198,8 +198,8 @@ spec:
app: hermes-agent
ports:
- name: telegram-webhook
port: 8645
targetPort: 8645
port: 9118
targetPort: 9118
---
apiVersion: v1
kind: PersistentVolumeClaim

View file

@ -16,4 +16,4 @@ spec:
value: /telegram/webhook
backendRefs:
- name: hermes-tele-webhook
port: 8645
port: 9118