cm-service Helm values reference¶
Helm values reference table for the cm-service
application.
Key |
Type |
Default |
Description |
---|---|---|---|
config.databaseEcho |
bool |
|
Whether to echo SQLAlchemy generated SQL to the log |
config.logLevel |
string |
|
Logging level ( |
config.logProfile |
string |
|
Logging profile ( |
config.outputVolume.storage |
string |
|
Minimum storage requested in service output area PVC |
config.outputVolume.storageClassName |
string |
|
If specified, name of storage class requested in service output area PVC |
config.outputVolume.subPath |
string |
|
If specified, sub-path within bound PV to be mounted at service output area |
config.pathPrefix |
string |
|
URL path prefix |
frontend.affinity |
object |
|
Affinity rules for the frontend pods |
frontend.nodeSelector |
object |
|
Node selector rules for the frontend pods |
frontend.podAnnotations |
object |
|
Annotations for the frontend pods |
frontend.replicaCount |
int |
|
Number of frontend pods to start |
frontend.resources |
object |
See |
Resource limits and requests for the frontend pods |
frontend.tolerations |
list |
|
Tolerations for the frontend pods |
global.baseUrl |
string |
Set by Argo CD |
Base URL for the environment |
global.host |
string |
Set by Argo CD |
Host name for ingress |
global.vaultSecretsPath |
string |
Set by Argo CD |
Base path for Vault secrets |
image.pullPolicy |
string |
|
Pull policy for the frontend image |
image.repository |
string |
|
Image to use for frontend containers |
image.tag |
string |
The appVersion of the chart |
Tag of frontend image to use |
ingress.annotations |
object |
|
Additional annotations for the frontend ingress rule |
worker.affinity |
object |
|
Affinity rules for the worker pods |
worker.htcondor.config.contents |
string |
|
If specified, contents of htcondor config file to be injected into worker containers |
worker.htcondor.config.mountPath |
string |
|
If specified, location for htcondor config file to be injected into worker containers |
worker.htcondor.fsRemoteDir.storage |
string |
|
Minimum storage requested in the condor remote area PVC |
worker.htcondor.fsRemoteDir.storageClassName |
string |
|
If specified, name of storage class requested in condor remote area PVC |
worker.htcondor.fsRemoteDir.subPath |
string |
|
If specified, sub-path within bound PV to be mounted as condor remote area |
worker.htcondor.scheddAddress.contents |
string |
|
If specified, location for htcondor schedd address file to be injected into worker pods |
worker.htcondor.scheddAddress.mountPath |
string |
|
If specified, contents of htcondor schedd address file to be injected into worker pods |
worker.image.pullPolicy |
string |
|
Pull policy for the worker image |
worker.image.repository |
string |
|
Image to use for worker containers |
worker.image.tag |
string |
The appVersion of the chart |
Tag of worker image to use |
worker.nodeSelector |
object |
|
Node selection rules for the worker pods |
worker.podAnnotations |
object |
|
Annotations for the worker pods |
worker.replicaCount |
int |
|
Number of worker pods to start |
worker.resources |
object |
See |
Resource limits and requests for the worker pods |
worker.tolerations |
list |
|
Tolerations for the worker pods |