Change configuration format.

This commit is contained in:
Michael Lipp 2023-08-18 11:23:17 +02:00
parent 417fc736d7
commit 823bcedf1e
9 changed files with 55 additions and 52 deletions

View file

@ -2,25 +2,27 @@
"/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
# If defined, causes a load balancer service to be created.
# May be a boolean or a string with nested yaml that
# defines additional labels or annotations to be merged
# into the service.
# loadBalancerService: |
# labels: {}
# annotations: {}
# Explicitly specify the namespace to be managed (only for development).
# namespace: vmop-dev
"/Reconciler":
# 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
# Values used when creating the PVC for the runner's data
runnerDataPvc:
storageClassName: null
# If defined, causes a load balancer service to be created.
# May be a boolean or a string with nested yaml that
# defines additional labels or annotations to be merged
# into the service.
# loadBalancerService: |
# labels: {}
# annotations: {}