fix(sub2api): enable JD01 sentinel without docker build

This commit is contained in:
Codex
2026-06-30 10:03:23 +00:00
parent cec4b7a138
commit 43606b0d06
4 changed files with 44 additions and 38 deletions
@@ -212,7 +212,7 @@ sentinel:
actions:
enabled: true
schedule: "*/1 * * * *"
image: python:3.12-alpine
image: docker.m.daocloud.io/library/python:3.12-alpine
sdk:
openaiPythonVersion: "2.41.1"
serviceAccountName: sub2api-account-sentinel
+2 -1
View File
@@ -359,7 +359,8 @@ runtime:
mode: empty-dir
sentinel:
mode: singleton
enabledOnTargets: []
enabledOnTargets:
- JD01
security:
urlAllowlist:
enabled: false