Feat(kickstart): serve multiple scripts

This commit is contained in:
2025-02-02 18:14:13 +08:00
parent 37e1fb6834
commit c78408935a
2 changed files with 21 additions and 2 deletions

View File

@@ -19,8 +19,10 @@ spec:
- name: dcbot
image: gitea.konchin.com/service/kickstart:latest
env:
- name: SCRIPT_PATH
value: /script.sh
- name: SCRIPT_DIR
value: scripts/
- name: DEFAULT_SCRIPT
value: vm.bash
ports:
- name: http
containerPort: 8080