mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-01-05 22:43:11 +00:00
feat: add Codex chart values for cluster experiments
This commit is contained in:
parent
48e71a315a
commit
73219922f6
30
k8s/clusters/devnet/codex-chart-values.yaml
Normal file
30
k8s/clusters/devnet/codex-chart-values.yaml
Normal file
@ -0,0 +1,30 @@
|
||||
experiment:
|
||||
networkSize: 5
|
||||
fileSize: "100MB"
|
||||
seeders: 1
|
||||
seederSets: 1
|
||||
repetitions: 2
|
||||
|
||||
# Experiments are ran as part of groups which may entail several invocations for this Helm chart.
|
||||
# We therefore identify both the experiment within a group, and the group itself.
|
||||
|
||||
# Identifies the experiment within the group. If left empty, defaults to the release name.
|
||||
id: ""
|
||||
# Identifies the experiment group. Needs to be defined by the user.
|
||||
groupId: ""
|
||||
|
||||
testRunner: true
|
||||
|
||||
deployment:
|
||||
appName: ""
|
||||
|
||||
# If false, Codex nodes will not be allowed to run on the same node.
|
||||
allowColocation: false
|
||||
minikubeEnv: false
|
||||
|
||||
# Labels for setting deluge node affinity towards a node pool.
|
||||
codexNodePool:
|
||||
workload-type: "benchmarks"
|
||||
|
||||
runnerNodePool:
|
||||
workload-type: "benchmarks"
|
||||
Loading…
x
Reference in New Issue
Block a user