VM-Operator/org.jdrupes.vmoperator.manager/config-sample.yaml

24 lines
650 B
YAML

# The values in comments are the defaults.
"/Manager":
"/Controller":
# 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
# Additional metadata (labels and annotations) to be merged
# into the service
# additionalServiceMetdata:
# labels: {}
# annotations: {}
# Only for development:
# namespace: vmop-dev