fastapi-bootcamp Helm values reference¶
Helm values reference table for the fastapi-bootcamp
application.
Key |
Type |
Default |
Description |
---|---|---|---|
affinity |
object |
|
Affinity rules for the fastapi-bootcamp deployment pod |
autoscaling.enabled |
bool |
|
Enable autoscaling of fastapi-bootcamp deployment |
autoscaling.maxReplicas |
int |
|
Maximum number of fastapi-bootcamp deployment pods |
autoscaling.minReplicas |
int |
|
Minimum number of fastapi-bootcamp deployment pods |
autoscaling.targetCPUUtilizationPercentage |
int |
|
Target CPU utilization of fastapi-bootcamp deployment pods |
config.logLevel |
string |
|
Log level: “DEBUG”, “INFO”, “WARNING”, “ERROR”, “CRITICAL” |
config.loggingProfile |
string |
|
Logging profile: “production” or “development” (Development does not use structured logging.) |
config.pathPrefix |
string |
|
Prefix for fastapi-bootcamp’s API routes. |
config.slackAlerts |
bool |
|
Whether to send alerts and status to Slack. |
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 fastapi-bootcamp image |
image.repository |
string |
|
Image to use in the fastapi-bootcamp deployment |
image.tag |
string |
|
Overrides the image tag whose default is the chart appVersion. |
ingress.annotations |
object |
|
Additional annotations for the ingress rule |
nodeSelector |
object |
|
Node selection rules for the fastapi-bootcamp deployment pod |
podAnnotations |
object |
|
Annotations for the fastapi-bootcamp deployment pod |
replicaCount |
int |
|
Number of web deployment pods to start |
resources |
object |
|
Resource limits and requests for the fastapi-bootcamp deployment pod |
tolerations |
list |
|
Tolerations for the fastapi-bootcamp deployment pod |