-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: production values for Argo workflows and RBAC
- Loading branch information
Showing
3 changed files
with
57 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
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, Deluge 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. | ||
delugeNodePool: | ||
workload-type: "benchmarks" | ||
|
||
trackerNodePool: | ||
workload-type: "benchmarks" | ||
|
||
runnerNodePool: | ||
workload-type: "benchmarks" |