Support additional metadata for services.
This commit is contained in:
parent
477db06f8d
commit
0e3bb88497
7 changed files with 117 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue