cm-service Helm values reference¶
Helm values reference table for the cm-service
application.
Key |
Type |
Default |
Description |
---|---|---|---|
config.butler.dbAuth.secretKey |
string |
|
The keyname within the secret data dictionary with the dbAuth payload |
config.butler.dbAuth.secretName |
string |
|
The name of a secret with Butler a dbAuth payload |
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.secret_key |
string |
|
Key within db authn secret with db password |
config.db.secret_name |
string |
|
Name of a secret with db authn details |
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.panda.behind_lb |
string |
|
PanDA host behind load balancer |
config.panda.idTokenSecretKey |
string |
|
Secret key for PanDA id-token value |
config.panda.monitor_url |
string |
|
URL of a panda monitor host |
config.panda.refreshTokenSecretKey |
string |
|
Secret key for PanDA refresh-token value |
config.panda.secretName |
string |
|
Name of Secret with PanDA secrets |
config.panda.url |
string |
|
URL of a panda host, used for base, tls, and cache URLs |
config.panda.use_native_httplib |
string |
|
PanDA Use Native HTTPLib instead of Curl |
config.panda.verify_host |
string |
|
PanDA host TLS verification |
config.panda.virtual_organization |
string |
|
PanDA Virtual Organization Name for oidc |
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.security.gid |
int |
|
Effective GID for daemon user |
daemon.security.uid |
int |
|
Effective UID for daemon user |
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 |