cm-service Helm values reference¶
Helm values reference table for the cm-service
application.
Key |
Type |
Default |
Description |
---|---|---|---|
config.butler.repositories |
object |
|
A mapping of butler repository names to their URIs that will be known to the service. |
config.butler.storage |
string |
|
Minimum storage requested in the butler remote area PVC |
config.butler.storageClassName |
string |
|
If specified, name of storage class requested in butler remote area PVC |
config.butler.subPath |
string |
|
If specified, sub-path within bound PV to be mounted as butler remote area |
config.db.echo |
bool |
|
Whether to echo SQLAlchemy generated SQL to the log |
config.db.hostname |
string |
|
Name of the database host |
string |
|
Name of the database to use for the application |
|
config.db.port |
int |
|
Port number of the database host |
config.db.username |
string |
|
Name of the database user to use for the application |
config.htcondor.collectorHost |
string |
|
Name of an htcondor collector host |
config.htcondor.fsRemoteDir.storage |
string |
|
Minimum storage requested in the condor fs-remote PVC |
config.htcondor.fsRemoteDir.storageClassName |
string |
|
If specified, name of storage class requested for condor fs-remote PVC |
config.htcondor.fsRemoteDir.subPath |
string |
|
If specified, sub-path within bound PV to be mounted as condor fs-remote |
config.htcondor.scheddHost |
string |
|
If specified, name of an htcondor schedd host |
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 |
daemon.affinity |
object |
|
Affinity rules for the daemon pods |
daemon.image.pullPolicy |
string |
|
Pull policy for the daemon image |
daemon.image.repository |
string |
|
Image to use for daemon containers |
daemon.image.tag |
string |
The appVersion of the chart |
Tag of daemon image to use |
daemon.nodeSelector |
object |
|
Node selection rules for the daemon pods |
daemon.podAnnotations |
object |
|
Annotations for the daemon pods |
daemon.replicaCount |
int |
|
Number of daemon pods to start |
daemon.resources |
object |
See |
Resource limits and requests for the daemon pods |
daemon.tolerations |
list |
|
Tolerations for the daemon pods |
frontend.affinity |
object |
|
Affinity rules for the frontend pods |
frontend.image.pullPolicy |
string |
|
Pull policy for the frontend image |
frontend.image.repository |
string |
|
Image to use for frontend containers |
frontend.image.tag |
string |
The appVersion of the chart |
Tag of frontend image to use |
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 |
internalDB |
bool |
|
Whether to use the internal (phalanx) database |