fix deployment
This commit is contained in:
parent
fb32fdad1c
commit
649e69b585
1 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue