test: add deploy json executor drift preflight

This commit is contained in:
Codex
2026-05-21 13:25:16 +00:00
parent 70263014b5
commit fc87e680e4
7 changed files with 825 additions and 46 deletions
+37 -1
View File
@@ -125,7 +125,43 @@
{
"id": "mdtodo",
"repo": "https://github.com/pikasTech/unidesk",
"commitId": "595de3d320b73ec006794440b32db48b3ad14d2b"
"commitId": "595de3d320b73ec006794440b32db48b3ad14d2b",
"artifact": {
"kind": "source-build",
"repository": "unidesk/mdtodo",
"tag": "commitId"
},
"consumer": {
"kind": "d601-k3s-managed",
"dev": {
"enabled": true
},
"prod": {
"enabled": false
},
"supportLevel": "reviewed",
"targetRef": "origin/master:deploy.json#environments.dev.services.mdtodo",
"noRuntimeSourceBuild": true,
"target": {
"namespace": "unidesk-dev",
"deployment": "mdtodo-dev",
"service": "mdtodo-dev",
"containerName": "mdtodo",
"stableImage": "unidesk-mdtodo:dev",
"manifestRepoPath": "src/components/microservices/k3sctl-adapter/k3s/dev/unidesk-dev-mdtodo.k8s.yaml"
}
},
"runtime": {
"containerPort": 4267,
"healthPath": "/health",
"memory": {
"request": "96Mi",
"limit": "512Mi"
},
"health": {
"deployMetadataRequired": true
}
}
},
{
"id": "claudeqq",