Skip to content
Chart default values

Chart default values

KeyTypeDefault
affinityobject{}
app.image.pullPolicystring"IfNotPresent"
app.image.repositorystring"ghcr.io/papra-hq/papra"
app.image.tagstring""
app.livenessProbe.httpGet.pathstring"/"
app.livenessProbe.httpGet.portstring"http"
app.livenessProbe.initialDelaySecondsint60
app.persistence.accessModestring"ReadWriteOnce"
app.persistence.enabledbooltrue
app.persistence.sizestring"1Gi"
app.portint1221
app.readinessProbe.httpGet.pathstring"/"
app.readinessProbe.httpGet.portstring"http"
app.resources.requests.cpustring"50m"
app.resources.requests.memorystring"64Mi"
baseUrlstring"localhost"
fullnameOverridestring""
httpRoute.annotationsobject{}
httpRoute.enabledboolfalse
httpRoute.extraHostnameslist[]
httpRoute.parentRefs[0].namestring"gateway"
httpRoute.parentRefs[0].sectionNamestring"http"
httpRoute.rules[0].matches[0].path.typestring"PathPrefix"
httpRoute.rules[0].matches[0].path.valuestring"/headers"
imagePullSecretslist[]
ingress.annotationsobject{}
ingress.classNamestring""
ingress.enabledboolfalse
ingress.extraHostslist[]
ingress.tlslist[]
nameOverridestring""
nodeSelectorobject{}
papra.authSecretstring""
papra.existingSecretNamestring""
papra.extraEnvlist[]
papra.extraEnvFromlist[]
papra.useExistingSecretboolfalse
podAnnotationsobject{}
podLabelsobject{}
podSecurityContextobject{}
replicaCountint1
securityContextobject{}
service.portint1221
service.typestring"ClusterIP"
tolerationslist[]
Last updated on