做了一个启动脚本,原来那个不合适

This commit is contained in:
Sense T
2026-05-29 01:53:05 +00:00
parent eb00242aa4
commit fb406639e5
3 changed files with 147 additions and 40 deletions
+7
View File
@@ -1,6 +1,9 @@
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
kind: Kustomization
namespace: hermes
replicas:
- name: hermes
count: 1
resources:
- deploy.yaml
- services.yaml
@@ -25,3 +28,7 @@ configMapGenerator:
- config/TELEGRAM_OBSERVE_UNMENTIONED_GROUP_MESSAGES
- config/TELEGRAM_REQUIRE_MENTION
- config/SIYUAN_URL
- config/PATH
- name: hermes-start
files:
- config/entrypoint.sh