Skip to main content
Auto-generated

This page is auto-generated from the Helm chart source. Do not edit directly. Regenerate with make docs-helm-charts.

langgraph-redis

Redis Stack for LangGraph checkpoint and store persistence

Version0.2.38
Typeapplication

Quick Start

# Add and install the chart
helm install langgraph-redis oci://ghcr.io/cnoe-io/charts/langgraph-redis --version 0.2.38

# Upgrade an existing release
helm upgrade langgraph-redis oci://ghcr.io/cnoe-io/charts/langgraph-redis --version 0.2.38

Customizing Values

Override default values using --set flags or a custom values file:

# Override individual values
helm install langgraph-redis oci://ghcr.io/cnoe-io/charts/langgraph-redis --version 0.2.38 \
--set replicaCount=2

# Use a custom values file
helm install langgraph-redis oci://ghcr.io/cnoe-io/charts/langgraph-redis --version 0.2.38 \
-f custom-values.yaml

# Show all configurable values
helm show values oci://ghcr.io/cnoe-io/charts/langgraph-redis --version 0.2.38

Reading the Values Table

ColumnMeaning
KeyDot-separated path into values.yaml (e.g. image.repository)
TypeGo/Helm data type (string, int, bool, object, list)
DefaultValue used when not overridden
DescriptionWhat the parameter controls

Values

KeyTypeDefaultDescription
affinityobject{}Pod affinity rules
fullnameOverridestring""Override the full release name
image.pullPolicystring"IfNotPresent"Image pull policy
image.repositorystring"redis"Container image repository
image.tagstring"8.0-alpine"Image tag
imagePullSecretslist[]Image pull secrets for private registries
livenessProbeobject{"exec":{"command":["redis-cli","ping"]},"initialDelaySeconds":15,"periodSeconds":10}Liveness probe configuration
nameOverridestring""Override the chart name
nodeSelectorobject{}Node selector labels
persistence.accessModeslist["ReadWriteOnce"]PVC access modes
persistence.enabledbooltrueEnable PersistentVolumeClaim for Redis data
persistence.sizestring"2Gi"PVC size
persistence.storageClassstring""Storage class name. Empty string uses the cluster default
podAnnotationsobject{}Extra annotations added to the pod
podLabelsobject{}Extra labels added to the pod
podSecurityContext.fsGroupint1000fsGroup for the pod
readinessProbeobject{"exec":{"command":["redis-cli","ping"]},"initialDelaySeconds":5,"periodSeconds":5}Readiness probe configuration
replicaCountint1Number of replicas
resources.limits.cpustring"500m"CPU limit
resources.limits.memorystring"512Mi"Memory limit
resources.requests.cpustring"100m"CPU request
resources.requests.memorystring"256Mi"Memory request
revisionHistoryLimitint3Number of old ReplicaSets to retain for rollback
securityContext.allowPrivilegeEscalationboolfalsePrevent privilege escalation
securityContext.capabilities.drop[0]string"ALL"
securityContext.readOnlyRootFilesystemboolfalseRead-only root filesystem
securityContext.runAsNonRootbooltrueRun as non-root user
securityContext.runAsUserint999UID to run as
service.portint6379Redis port
service.typestring"ClusterIP"Kubernetes service type
serviceAccount.annotationsobject{}Annotations to add to the service account
serviceAccount.automountbooltrueAutomount the service account API token
serviceAccount.createbooltrueCreate a service account
serviceAccount.namestring""Override the service account name
tolerationslist[]Pod tolerations
volumeMountslist[]Extra volume mounts
volumeslist[]Extra volumes