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.

rag-redis

A Helm chart for Kubernetes

Version0.2.38
Typeapplication

Quick Start​

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

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

Customizing Values​

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

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

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

# Show all configurable values
helm show values oci://ghcr.io/cnoe-io/charts/rag-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{}
autoscaling.enabledboolfalse
autoscaling.maxReplicasint100
autoscaling.minReplicasint1
autoscaling.targetCPUUtilizationPercentageint80
exports.hoststring"rag-redis"
exports.portint6379
fullnameOverridestring""
image.pullPolicystring"IfNotPresent"
image.repositorystring"redis"
image.tagstring"7.2-alpine"
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.exec.command[0]string"redis-cli"
livenessProbe.exec.command[1]string"ping"
livenessProbe.failureThresholdint3
livenessProbe.initialDelaySecondsint30
livenessProbe.periodSecondsint10
livenessProbe.timeoutSecondsint5
nameOverridestring""
nodeSelectorobject{}
persistence.accessModes[0]string"ReadWriteOnce"
persistence.enabledboolfalse
persistence.sizestring"8Gi"
persistence.storageClassstring""
podAnnotationsobject{}
podLabelsobject{}
podSecurityContextobject{}
readinessProbe.exec.command[0]string"redis-cli"
readinessProbe.exec.command[1]string"ping"
readinessProbe.failureThresholdint3
readinessProbe.initialDelaySecondsint5
readinessProbe.periodSecondsint5
readinessProbe.timeoutSecondsint3
replicaCountint1
resourcesobject{}
revisionHistoryLimitint3
securityContextobject{}
service.portint6379
service.typestring"ClusterIP"
serviceAccount.annotationsobject{}
serviceAccount.automountbooltrue
serviceAccount.createbooltrue
serviceAccount.namestring""
tolerationslist[]
volumeMountslist[]
volumeslist[]