Update new-deployment.yaml
This commit is contained in:
parent
3fc1759c3f
commit
ce23a28792
1 changed files with 6 additions and 4 deletions
|
|
@ -90,14 +90,14 @@ spec:
|
|||
key: XAI_API_KEY
|
||||
- name: TELEGRAM_ALLOWED_USERS
|
||||
value: "7528130947"
|
||||
- name: TELEGRAM_WEBHOOK_URL
|
||||
- name: WEBHOOK_URL
|
||||
value: "https://ws.siriusdevops.com/telegram/webhook/default" # Webhook
|
||||
- name: TELEGRAM_WEBHOOK_SECRET
|
||||
- name: WEBHOOK_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: telegram-webhook
|
||||
key: TELEGRAM_WEBHOOK_SECRET
|
||||
- name: TELEGRAM_WEBHOOK_PORT
|
||||
- name: WEBHOOK_PORT
|
||||
value: "9118"
|
||||
- name: OPENAI_BASE_URL
|
||||
value: "http://openclaw-brain-service.customer1.svc.cluster.local:8000/v1"
|
||||
|
|
@ -106,7 +106,9 @@ spec:
|
|||
- name: HERMES_MODEL
|
||||
value: grok-4.20-0309-reasoning
|
||||
- name: OPENAI_API_KEY
|
||||
value: "dummy"
|
||||
value: "dummy"
|
||||
- name: WEBHOOK-ENABLED
|
||||
- vale: true
|
||||
volumeMounts:
|
||||
- name: hermes-home
|
||||
mountPath: /home/hermes/.hermes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue