Back to Fastgpt

fastgpt

deploy/helm/fastgpt/README.md

4.14.183.2 KB
Original Source

fastgpt

A Helm chart for FastGPT

Requirements

RepositoryNameVersion
oci://registry-1.docker.io/bitnamichartsmongodb15.0.1
oci://registry-1.docker.io/bitnamichartspostgresql15.0.0

Values

KeyTypeDefaultDescription
affinityobject{}
autoscaling.enabledboolfalse
autoscaling.maxReplicasint100
autoscaling.minReplicasint1
autoscaling.targetCPUUtilizationPercentageint80
fullnameOverridestring""
image.pullPolicystring"IfNotPresent"
image.repositorystring"ghcr.io/labring/fastgpt"
image.tagstring""
imagePullSecretslist[]
ingress.annotationsobject{}
ingress.classNamestring""
ingress.enabledboolfalse
ingress.hosts[0].hoststring"chart-example.local"
ingress.hosts[0].paths[0].pathstring"/"
ingress.hosts[0].paths[0].pathTypestring"ImplementationSpecific"
ingress.tlslist[]
livenessProbe.httpGet.pathstring"/"
livenessProbe.httpGet.portstring"http"
mongodb.architecturestring"replicaset"
mongodb.auth.rootPasswordstring"123456"
mongodb.auth.rootUserstring"root"
mongodb.enabledbooltrueEnable or disable the built-in MangoDB
nameOverridestring""
nodeSelectorobject{}
podAnnotationsobject{}
podLabelsobject{}
podSecurityContextobject{}
postgresql.enabledbooltrueEnable or disable the built-in PostgreSQL
postgresql.global.postgresql.auth.databasestring"postgres"The default database of PostgreSQL
postgresql.global.postgresql.auth.postgresPasswordstring"postgres"The password of PostgreSQL, default username is postgres
postgresql.image.repositorystring"linuxsuren/pgvector"The PostgreSQL image which include the pgvector extension. See also the source code from https://github.com/LinuxSuRen/pgvector-docker
postgresql.image.tagstring"v0.0.1"
readinessProbe.httpGet.pathstring"/"
readinessProbe.httpGet.portstring"http"
replicaCountint1
resourcesobject{}
securityContextobject{}
service.portint3000
service.typestring"ClusterIP"
serviceAccount.annotationsobject{}
serviceAccount.automountbooltrue
serviceAccount.createbooltrue
serviceAccount.namestring""
tolerationslist[]
volumeMountslist[]
volumeslist[]

Autogenerated from chart metadata using helm-docs v1.13.1