68 lines
2.3 KiB
YAML
68 lines
2.3 KiB
YAML
version: 1
|
|
kind: HwlabWebProbeSentinelCicd
|
|
metadata:
|
|
id: d518-v03-web-probe-sentinel-fake-echo-cicd
|
|
owner: UniDesk
|
|
specRef: PJ2026-01060508
|
|
issue: 1190
|
|
sentinel:
|
|
cicd:
|
|
controlPlaneConfigRef: config/hwlab-node-control-plane.yaml#targets[1]
|
|
source:
|
|
repository: pikasTech/unidesk
|
|
branch: master
|
|
gitSshUrl: ssh://git@ssh.github.com:443/pikasTech/unidesk.git
|
|
gitMirrorReadUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
|
buildContext: .
|
|
entrypoint: scripts/web-probe-sentinel-service.ts
|
|
checkoutPaths:
|
|
- scripts
|
|
- config
|
|
- config.json
|
|
- src
|
|
- package.json
|
|
- bun.lock
|
|
- bun.lockb
|
|
builder:
|
|
namespace: devops-infra
|
|
sourceMode: sparse-git-checkout
|
|
jobPrefix: web-probe-sentinel-publish
|
|
gitSshSecretName: git-mirror-github-ssh
|
|
dockerSocketPath: /var/run/docker.sock
|
|
activeDeadlineSeconds: 900
|
|
ttlSecondsAfterFinished: 3600
|
|
gitopsPath: deploy/gitops/node/d518/web-probe-sentinel-fake-echo
|
|
argo:
|
|
namespace: argocd
|
|
projectName: hwlab-d518
|
|
applicationName: hwlab-web-probe-sentinel-fake-echo
|
|
repoURL: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/HWLAB.git
|
|
targetRevision: v0.3-gitops
|
|
image:
|
|
repository: 127.0.0.1:5000/hwlab/web-probe-sentinel
|
|
tagSource: source-commit
|
|
baseImageRef: config/hwlab-node-control-plane.yaml#targets[1].tekton.toolsImage.output
|
|
envRecipeRef: config/hwlab-web-probe-sentinel/runtime.fake-echo.d518-v03.yaml#sentinel.runtime
|
|
maintenance:
|
|
startCommand: sentinel maintenance start
|
|
stopCommand: sentinel maintenance stop
|
|
monitorWeb:
|
|
frontendStack: vue3-vendored-browser-build
|
|
runtimeMode: runner-served-bridge
|
|
assetRoot: scripts/assets/web-probe-sentinel-monitor-web
|
|
envReuse:
|
|
mode: docker-layer-and-ci-node-deps
|
|
nodeDepsPath: /opt/hwlab-ci-node-deps/node_modules
|
|
gitMirror:
|
|
source: source.gitMirrorReadUrl
|
|
preSync: required
|
|
postFlush: required
|
|
ciBudget:
|
|
maxSeconds: 120
|
|
confirmWait:
|
|
maxSeconds: 120
|
|
targetValidation:
|
|
scenarioId: workbench-fake-echo-session-invariance-10x
|
|
maxSeconds: 300
|
|
serviceUnavailablePolicy: structured-failure
|