diff --git a/charts/llamacloud/values.yaml b/charts/llamacloud/values.yaml index a4ee05f..3485b19 100644 --- a/charts/llamacloud/values.yaml +++ b/charts/llamacloud/values.yaml @@ -1,4 +1,3 @@ -## Default Configs for the LlamaCloud Helm Chart. ## For more information, please refer to the README of this chart or the official LlamaCloud Documentation. ## Ref: https://docs.cloud.llamaindex.ai/ @@ -111,7 +110,7 @@ frontend: ## value: BAR ## extraEnvVariables: [] - + ## @param frontend.envFromSecretName Name of the secret to use for environment variables ## Loads environment variables from a secret object envFromSecretName: "" @@ -267,7 +266,7 @@ backend: ## name: openai-api-secret ## key: openai-api-key extraEnvVariables: [] - + ## Backend External secrets to load environment variables from externalSecrets: ## @param backend.externalSecrets.enabled Enable external secrets for the Backend Deployment @@ -450,7 +449,7 @@ jobsService: ## name: openai-api-secret ## key: openai-api-key extraEnvVariables: [] - + ## Jobs Service External secrets to load environment variables from externalSecrets: ## @param jobsService.externalSecrets.enabled Enable external secrets for the JobsService Deployment @@ -500,7 +499,7 @@ jobsService: periodSeconds: 5 timeoutSeconds: 30 failureThreshold: 5 - + ## Job Service Readiness probe configuration ## Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ readinessProbe: @@ -612,7 +611,7 @@ jobsWorker: ## name: openai-api-secret ## key: openai-api-key extraEnvVariables: [] - + ## External secrets to load environment variables from ## @param jobsWorker.externalSecrets.enabled Enable external secrets for the JobsWorker Deployment ## @param jobsWorker.externalSecrets.secrets List of external secrets to load environment variables from @@ -798,7 +797,7 @@ llamaParse: ## name: openai-api-secret ## key: openai-api-key extraEnvVariables: [] - + ## External Secrets Configuration ## @param llamaParse.externalSecrets.enabled Enable external secrets for the LlamaParse Deployment ## @param llamaParse.externalSecrets.secrets List of external secrets to load environment variables from @@ -1092,7 +1091,7 @@ usage: ## name: openai-api-secret ## key: openai-api-key extraEnvVariables: [] - + ## Usage Service External Secrets externalSecrets: ## @param usage.externalSecrets.enabled Enable external secrets for the Usage Deployment @@ -1275,7 +1274,7 @@ s3proxy: ## name: openai-api-secret ## key: openai-api-key extraEnvVariables: [] - + ## @param s3proxy.envFromSecretName Name of the secret to use for environment variables ## Loads environment variables from a secret object envFromSecretName: "" @@ -1349,7 +1348,7 @@ postgresql: auth: ## @param postgresql.auth.enabled Enable PostgreSQL Auth ## @param postgresql.auth.database Database name - ## @param postgresql.auth.username Username + ## @param postgresql.auth.username Username enabled: true database: llamacloud username: llamacloud