fix: make branch follower k8s native
This commit is contained in:
@@ -25,6 +25,12 @@ controller:
|
||||
repository: pikasTech/unidesk
|
||||
branch: master
|
||||
gitMirrorReadUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
gitMirrorCachePvcName: hwlab-git-mirror-cache
|
||||
githubSsh:
|
||||
secretName: git-mirror-github-ssh
|
||||
privateKeySecretKey: ssh-privatekey
|
||||
proxyHost: jd01-host-proxy.platform-infra.svc.cluster.local
|
||||
proxyPort: 10808
|
||||
sourceAuthority:
|
||||
mode: gitMirrorSnapshot
|
||||
resolver: k8s-git-mirror
|
||||
@@ -86,6 +92,29 @@ followers:
|
||||
logs:
|
||||
argv: ["bun", "scripts/cli.ts", "hwlab", "nodes", "control-plane", "status", "--node", "JD01", "--lane", "v03", "--full"]
|
||||
timeoutSeconds: 35
|
||||
nativeStatus:
|
||||
source:
|
||||
gitMirrorReadUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/HWLAB.git
|
||||
gitMirrorNamespace: devops-infra
|
||||
gitMirrorDeployment: git-mirror-http
|
||||
repoPath: /cache/pikasTech/HWLAB.git
|
||||
tekton:
|
||||
namespace: hwlab-ci
|
||||
pipelineRunPrefix: hwlab-jd01-v03-ci-poll
|
||||
argo:
|
||||
namespace: argocd
|
||||
application: hwlab-node-v03
|
||||
runtime:
|
||||
namespace: hwlab-v03
|
||||
workloads:
|
||||
- kind: Deployment
|
||||
name: hwlab-cloud-api
|
||||
sourceCommit:
|
||||
labels: ["hwlab.pikastech.local/source-commit", "hwlab.pikastech.local/gitops-render-source-commit"]
|
||||
annotations: ["hwlab.pikastech.local/source-commit", "hwlab.pikastech.local/gitops-render-source-commit"]
|
||||
podLabels: ["hwlab.pikastech.local/source-commit", "hwlab.pikastech.local/gitops-render-source-commit"]
|
||||
podAnnotations: ["hwlab.pikastech.local/source-commit", "hwlab.pikastech.local/gitops-render-source-commit", "hwlab.pikastech.local/boot-commit"]
|
||||
env: ["HWLAB_COMMIT_ID"]
|
||||
closeout:
|
||||
checks: ["sourceSnapshot", "pipelineRun", "gitMirrorPostFlush", "gitops", "argo", "runtime", "publicHealth"]
|
||||
|
||||
@@ -132,6 +161,27 @@ followers:
|
||||
logs:
|
||||
argv: ["bun", "scripts/cli.ts", "agentrun", "control-plane", "status", "--node", "JD01", "--lane", "jd01-v02", "--full"]
|
||||
timeoutSeconds: 35
|
||||
nativeStatus:
|
||||
source:
|
||||
gitMirrorReadUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/agentrun.git
|
||||
gitMirrorNamespace: devops-infra
|
||||
gitMirrorDeployment: git-mirror-http
|
||||
repoPath: /cache/pikasTech/agentrun.git
|
||||
tekton:
|
||||
namespace: agentrun-ci
|
||||
pipelineRunPrefix: agentrun-jd01-v02-ci
|
||||
argo:
|
||||
namespace: argocd
|
||||
application: agentrun-jd01-v02
|
||||
runtime:
|
||||
namespace: agentrun-v02
|
||||
workloads:
|
||||
- kind: Deployment
|
||||
name: agentrun-mgr
|
||||
sourceCommit:
|
||||
annotations: ["agentrun.pikastech.local/source-commit"]
|
||||
podAnnotations: ["agentrun.pikastech.local/source-commit"]
|
||||
env: ["AGENTRUN_SOURCE_COMMIT", "AGENTRUN_BOOT_COMMIT"]
|
||||
closeout:
|
||||
checks: ["sourceSnapshot", "pipelineRun", "gitops", "argo", "manager", "runtimeHealth"]
|
||||
|
||||
@@ -176,5 +226,23 @@ followers:
|
||||
logs:
|
||||
argv: ["bun", "scripts/cli.ts", "web-probe", "sentinel", "report", "--node", "JD01", "--lane", "v03", "--sentinel", "jd01-web-probe-sentinel", "--latest", "--view", "summary", "--raw"]
|
||||
timeoutSeconds: 35
|
||||
nativeStatus:
|
||||
source:
|
||||
gitMirrorReadUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
gitMirrorNamespace: devops-infra
|
||||
gitMirrorDeployment: git-mirror-http
|
||||
repoPath: /cache/pikasTech/unidesk.git
|
||||
argo:
|
||||
namespace: argocd
|
||||
application: hwlab-web-probe-sentinel-jd01
|
||||
runtime:
|
||||
namespace: hwlab-v03
|
||||
workloads:
|
||||
- kind: Deployment
|
||||
name: hwlab-web-probe-sentinel-jd01
|
||||
sourceCommit:
|
||||
annotations: ["unidesk.ai/source-commit", "hwlab.pikastech.local/source-commit"]
|
||||
podAnnotations: ["unidesk.ai/source-commit", "hwlab.pikastech.local/source-commit"]
|
||||
env: ["UNIDESK_SOURCE_COMMIT", "WEB_PROBE_SENTINEL_SOURCE_COMMIT"]
|
||||
closeout:
|
||||
checks: ["sourceMirror", "imageRegistry", "gitops", "argo", "runtimeHealthEndpoint", "dashboard", "report"]
|
||||
|
||||
Reference in New Issue
Block a user