fix deployment

This commit is contained in:
sirius0xdev 2026-05-11 01:29:31 +00:00
parent fb32fdad1c
commit 649e69b585

View file

@ -29,9 +29,9 @@ spec:
emptyDir: {}
- name: hermes-webui-app
emptyDir: {}
- name: hermes-configmap
- name: rays-hermes-configmap
configMap:
name: hermes-config
name: rays-hermes-config
initContainers:
# 3. K8s workaround: Copy the agent source code into the shared emptyDir
@ -60,7 +60,7 @@ spec:
mountPath: /shared-src
- name: hermes-home
mountPath: /shared-home
- name: hermes-configmap
- name: rays-hermes-configmap
mountPath: /tmp/hermes/config.yaml
subPath: config.yaml
containers:
@ -88,7 +88,7 @@ spec:
- name: TELEGRAM_BOT_TOKEN
valueFrom:
secretKeyRef:
name: hermes-secrets
name: rays-hermes-secrets
key: TELEGRAM_BOT_TOKEN
- name: XAI_API_KEY