narrativelog Helm values reference#
Helm values reference table for the narrativelog
application.
Key |
Type |
Default |
Description |
---|---|---|---|
affinity |
object |
|
Affinity rules for the narrativelog pod |
autoscaling |
object |
|
Narrativelog autoscaling settings |
autoscaling.enabled |
bool |
false |
enable narrativelog autoscaling |
autoscaling.maxReplicas |
int |
|
maximum number of narrativelog replicas |
autoscaling.minReplicas |
int |
|
minimum number of narrativelog replicas |
autoscaling.targetCPUUtilizationPercentage |
int |
|
Target CPU utilization for narrativelog pod autoscale calculations |
autoscaling.targetMemoryUtilizationPercentage |
int |
|
Target memory utilization for narrativelog pod autoscale calculations |
config |
object |
|
Application-specific configuration |
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 narrativelog image |
image.repository |
string |
|
narrativelog 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 narrativelog pod |
podAnnotations |
object |
|
Annotations for the narrativelog pod |
podSecurityContext |
object |
|
Security context for the narrativelog pod |
replicaCount |
int |
|
Number of narrativelog replicas to run |
resources |
object |
|
Resource limits and requests for the narrativelog pod |
securityContext |
object |
|
Security context for the narrativelog deployment |
tolerations |
list |
|
Tolerations for the narrativelog pod |