34 lines
776 B
YAML
34 lines
776 B
YAML
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
|
kind: Kustomization
|
|
namespace: hermes
|
|
replicas:
|
|
- name: hermes
|
|
count: 1
|
|
resources:
|
|
- deploy.yaml
|
|
- services.yaml
|
|
images:
|
|
- name: image
|
|
newName: cr.wetofu.me/nousresearch/hermes-agent
|
|
newTag: v2026.5.16
|
|
secretGenerator:
|
|
- name: hermes
|
|
files:
|
|
- secrets/TELEGRAM_REACTIONS
|
|
- secrets/TELEGRAM_BOT_TOKEN
|
|
- secrets/DEEPSEEK_API_KEY
|
|
- secrets/XIAOMI_API_KEY
|
|
- secrets/API_SERVER_KEY
|
|
- secrets/SIYUAN_TOKEN
|
|
type: Opaque
|
|
configMapGenerator:
|
|
- name: hermes
|
|
files:
|
|
- config/GATEWAY_ALLOW_ALL_USERS
|
|
- config/TELEGRAM_OBSERVE_UNMENTIONED_GROUP_MESSAGES
|
|
- config/TELEGRAM_REQUIRE_MENTION
|
|
- config/SIYUAN_URL
|
|
- config/PATH
|
|
- name: hermes-start
|
|
files:
|
|
- config/entrypoint.sh |