26 lines
536 B
YAML
26 lines
536 B
YAML
image:
|
|
repository: harbor.cone-chain.net/aipf/gpu-zombie-test
|
|
pullPolicy: Always
|
|
pullSecret: harbor-pull-secret
|
|
|
|
node: gpu-4
|
|
|
|
# 시나리오별 토글 — 실험 격리가 필요하면 false 처리 후 chart 버전 bump
|
|
scenarios:
|
|
nofix:
|
|
enabled: true
|
|
tag: nofix
|
|
gracePeriod: 30
|
|
tini:
|
|
enabled: true
|
|
tag: tini
|
|
gracePeriod: 30
|
|
tiniPrestop:
|
|
enabled: true
|
|
tag: tini # scenario-2와 동일 이미지
|
|
gracePeriod: 60
|
|
fullfix:
|
|
enabled: true
|
|
tag: fullfix
|
|
gracePeriod: 90
|