Exposure log Helm values reference#
Helm values reference table for the exposurelog
application.
Key |
Type |
Default |
Description |
---|---|---|---|
affinity |
object |
|
Affinity rules for the exposurelog pod |
autoscaling |
object |
|
Exposurelog autoscaling settings |
autoscaling.enabled |
bool |
false |
enable exposurelog autoscaling |
autoscaling.maxReplicas |
int |
|
maximum number of exposurelog replicas |
autoscaling.minReplicas |
int |
|
minimum number of exposurelog replicas |
autoscaling.targetCPUUtilizationPercentage |
int |
|
Target CPU utilization for exposurelog pod autoscale calculations |
autoscaling.targetMemoryUtilizationPercentage |
int |
|
Target memory utilization for exposurelog pod autoscale calculations |
config |
object |
|
Application-specific configuration |
config.butler_uri_1 |
string |
|
URI for butler registry 1 (required). Format: * For a volume mounted using |
config.butler_uri_2 |
string |
|
URI for butler registry 2 (optional). Format: * For a volume mounted using |
config.nfs_path_1 |
string |
|
NFS path to butler registry 1 Only specify a non-blank value if reading the registry from an NFS-mounted file. If not blank then mount the specified NFS path as internal volume /volume1 |
config.nfs_path_2 |
string |
|
NFS path to butler registry 2 Only specify a non-blank value if reading the registry from an NFS-mounted file. If not blank then mount the specified NFS path as internal volume /volume2 |
config.nfs_server_1 |
string |
|
Name of the NFS server that exports nfs_path_1 Specify a non-blank value if and only if the corresponding nfs_path_1 is not blank. |
config.nfs_server_2 |
string |
|
Name of the NFS server that exports nfs_path_2 Specify a non-blank value if and only if the corresponding nfs_path_1 is not blank. |
config.site_id |
string |
|
Site ID; a non-empty string of up to 16 characters. This should be different for each non-sandbox deployment. Sandboxes should use |
db.database |
string |
|
database name |
db.host |
string |
|
database host |
db.port |
int |
|
database port |
db.user |
string |
|
database user |
fullnameOverride |
string |
|
Override the full name for resources (includes the release name) |
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 exposurelog image |
image.repository |
string |
|
exposurelog image to use |
image.tag |
string |
The appVersion of the chart |
Tag of exposure image to use |
ingress.gafaelfawrAuthQuery |
string |
|
Gafaelfawr auth query string |
nameOverride |
string |
|
Override the base name for resources |
nodeSelector |
object |
|
Node selector rules for the exposurelog pod |
podAnnotations |
object |
|
Annotations for the exposurelog pod |
podSecurityContext |
object |
|
Security context for the exposurelog pod |
replicaCount |
int |
|
How many exposurelog pods to run |
resources |
object |
|
Resource limits and requests for the exposurelog pod |
securityContext |
object |
|
Security context for the exposurelog deployment |
tolerations |
list |
|
Tolerations for the exposurelog pod |