Update deployment.yaml
This commit is contained in:
parent
2ed7ac55dc
commit
9500d6d248
1 changed files with 6 additions and 0 deletions
|
|
@ -58,6 +58,12 @@ spec:
|
||||||
# === Hermes Home - REQUIRED for config persistence ===
|
# === Hermes Home - REQUIRED for config persistence ===
|
||||||
- name: HERMES_HOME
|
- name: HERMES_HOME
|
||||||
value: "/opt/data"
|
value: "/opt/data"
|
||||||
|
- name: HOME
|
||||||
|
value: "/opt/data
|
||||||
|
- name: XDG_CACHE_HOME
|
||||||
|
value: "/opt/data/.cache"
|
||||||
|
- name: XDG_CONFIG_HOME
|
||||||
|
value: "/opt/data/.config"
|
||||||
|
|
||||||
# === Telegram Configuration (polling only - no public exposure) ===
|
# === Telegram Configuration (polling only - no public exposure) ===
|
||||||
- name: TELEGRAM_BOT_TOKEN
|
- name: TELEGRAM_BOT_TOKEN
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue