Support node selection.
This commit is contained in:
parent
77be2f63e8
commit
62be40205b
5 changed files with 943 additions and 14 deletions
|
|
@ -5,6 +5,12 @@
|
|||
# Values used when creating the PVC for the runner's data
|
||||
runnerData:
|
||||
storageClassName: null
|
||||
# Amount by which the current cpu count is devided when generating
|
||||
# the resource properties.
|
||||
cpuOvercommit: 2
|
||||
# Amount by which the current ram size is devided when generating
|
||||
# the resource properties.
|
||||
ramOvercommit: 1.5
|
||||
|
||||
# Only for development:
|
||||
# namespace: vmop-dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue