From 73219922f65c646814e08598372d06237d750c08 Mon Sep 17 00:00:00 2001 From: gmega Date: Thu, 20 Feb 2025 12:16:05 -0300 Subject: [PATCH] feat: add Codex chart values for cluster experiments --- k8s/clusters/devnet/codex-chart-values.yaml | 30 +++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 k8s/clusters/devnet/codex-chart-values.yaml diff --git a/k8s/clusters/devnet/codex-chart-values.yaml b/k8s/clusters/devnet/codex-chart-values.yaml new file mode 100644 index 0000000..6cdd847 --- /dev/null +++ b/k8s/clusters/devnet/codex-chart-values.yaml @@ -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"