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
1 items · main
·/ deploy/local-simulator.yaml
yaml · 366 B · bc08bb3 Download
apiVersion: asw.via.local/v1alpha1kind: DeploymentTargetmetadata:  name: alice-local-simulatorspec:  target: local-container  package: alice-sdv-reference  healthCheck:    command: python -m unittest discover -s tests -v    timeoutSeconds: 45  strategy:    type: rolling    maxUnavailable: 0  rollback:    enabled: true    retainSuccessfulVersions: 3