Support additional metadata for services.

This commit is contained in:
Michael Lipp 2023-08-17 13:38:19 +02:00
parent 477db06f8d
commit 0e3bb88497
7 changed files with 117 additions and 7 deletions

View file

@ -5,12 +5,20 @@
# 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