Jackson-chen97/dsh-devops1

@JacksonChen/dsh-devops

GitLab + K8s DevOps monitoring plugin for DeepSeek Harness

包名
@JacksonChen/dsh-devops
版本
0.1.0
许可证
MIT
最近更新
2026年9月12日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Jackson-chen97/dsh-devops

Configuration Reference

GitLab Config

FieldRequiredDescription
baseUrlYesGitLab instance URL
defaultProjectNoDefault project ID (falls back to first)
projects[].idYesUnique project identifier
projects[].pathYesGitLab project path (group/project)
projects[].tokenEnvYesEnv var name containing the token
projects[].defaultBranchNoDefault branch for this project

K8s Config

FieldRequiredDescription
kubeconfigs[].idYesUnique cluster identifier
kubeconfigs[].pathYesKubeconfig file path (~ supported)
kubeconfigs[].contextNoContext to use (defaults to current-context)
kubeconfigs[].namespaceNoDefault namespace override
defaultContextNoDefault cluster ID
defaultNamespaceNoFallback namespace

Webhook Config

FieldRequiredDescription
secretYesShared secret for webhook verification
projectPathsNoFilter by project path (whitelist)
quietEventsNoEvent types to suppress

Monitor Config

FieldDefaultDescription
pollIntervalSec60Polling interval
cooldownSec300Alert cooldown to prevent spam
pipeline[]Pipeline alert rules
pod[]Pod alert rules