2023-08-13 15:17:58 +02:00
|
|
|
# The values in comments are the defaults.
|
|
|
|
|
|
|
|
|
|
"/Manager":
|
|
|
|
|
"/Controller":
|
|
|
|
|
# Values used when creating the PVC for the runner's data
|
|
|
|
|
runnerData:
|
|
|
|
|
storageClassName: null
|
2023-08-17 13:38:19 +02:00
|
|
|
|
2023-08-14 18:47:13 +02:00
|
|
|
# Amount by which the current cpu count is devided when generating
|
|
|
|
|
# the resource properties.
|
|
|
|
|
cpuOvercommit: 2
|
2023-08-17 13:38:19 +02:00
|
|
|
|
2023-08-14 18:47:13 +02:00
|
|
|
# Amount by which the current ram size is devided when generating
|
|
|
|
|
# the resource properties.
|
|
|
|
|
ramOvercommit: 1.5
|
2023-08-17 13:38:19 +02:00
|
|
|
|
|
|
|
|
# Additional metadata (labels and annotations) to be merged
|
|
|
|
|
# into the service
|
|
|
|
|
# additionalServiceMetdata:
|
|
|
|
|
# labels: {}
|
|
|
|
|
# annotations: {}
|
|
|
|
|
|
2023-08-13 15:17:58 +02:00
|
|
|
# Only for development:
|
|
|
|
|
# namespace: vmop-dev
|