A-SW Hub / Repositories
Local Gitea · READ ONLY
← 저장소 Repositories
REPOSITORY

via/alice-sdv-demo Private

A-SW 코드-배포 파이프라인 검증용 ALICE SDV 예제

https://git.agrithing.ai/via/alice-sdv-demo.git
13 commits
COMMIT DETAIL

tune: harden simulator deployment policy

A-SW Pipeline <[email protected]> · 2026. 8. 2. 오전 5:09:52
ab90e6f39735f7df0d98deb86a8a3e637ed1133a
1 changed files +4 −1 parent 3703ddb
modified deploy/local-simulator.yaml +4−1 View file
@@ -7,7 +7,10 @@ spec:
7 7 package: alice-sdv-reference
8 8 healthCheck:
9 9 command: python -m unittest discover -s tests -v
10 timeoutSeconds: 30
10 + timeoutSeconds: 45
11 + strategy:
12 + type: rolling
13 + maxUnavailable: 0
11 14 rollback:
12 15 enabled: true
13 16 retainSuccessfulVersions: 3