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.

agent-ontology

A Helm chart for Kubernetes

Version0.2.38
Typeapplication

Quick Start

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

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

Customizing Values

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

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

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

# Show all configurable values
helm show values oci://ghcr.io/cnoe-io/charts/agent-ontology --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{}
agentRecursionLimitint100
autoscaling.enabledboolfalse
autoscaling.maxReplicasint100
autoscaling.minReplicasint1
autoscaling.targetCPUUtilizationPercentageint80
countChangeThresholdRatiofloat0.1
debugAgentboolfalse
envobject{}
fullnameOverridestring"agent-ontology"
image.pullPolicystring"IfNotPresent"
image.repositorystring"ghcr.io/cnoe-io/caipe-rag-agent-ontology"
image.tagstring""
imagePullSecretslist[]
ingress.annotationsobject{}
ingress.classNamestring"nginx"
ingress.enabledboolfalse
ingress.hosts[0].hoststring"agent-ontology.local"
ingress.hosts[0].paths[0].pathstring"/"
ingress.hosts[0].paths[0].pathTypestring"Prefix"
ingress.tlslist[]
livenessProbe.failureThresholdint3
livenessProbe.initialDelaySecondsint30
livenessProbe.periodSecondsint10
livenessProbe.tcpSocket.portstring"http"
livenessProbe.timeoutSecondsint5
llmSecrets.createboolfalse
llmSecrets.dataobject{}
llmSecrets.externalSecrets.datalist[]
llmSecrets.externalSecrets.enabledboolfalse
llmSecrets.externalSecrets.secretStoreRef.kindstring"ClusterSecretStore"
llmSecrets.externalSecrets.secretStoreRef.namestring""
llmSecrets.secretNamestring"llm-secret"
logLevelstring"INFO"
maxConcurrentEvaluationint10
maxLlmTokensint100000
minCountForEvalint3
nameOverridestring""
nodeSelectorobject{}
podAnnotationsobject{}
podLabelsobject{}
podSecurityContextobject{}
readinessProbe.failureThresholdint3
readinessProbe.initialDelaySecondsint5
readinessProbe.periodSecondsint5
readinessProbe.tcpSocket.portstring"http"
readinessProbe.timeoutSecondsint3
replicaCountint1
resourcesobject{}
revisionHistoryLimitint3
secrets.dataobject{}
secrets.secretNamestring"llm-secret"
securityContextobject{}
serverPortint8098
service.portint8098
service.typestring"ClusterIP"
serviceAccount.annotationsobject{}
serviceAccount.automountbooltrue
serviceAccount.createbooltrue
serviceAccount.namestring""
syncIntervalint259200
tolerationslist[]
volumeMountslist[]
volumeslist[]