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.5.68
Typeapplication

Quick Start

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

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

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.5.68 \
--set replicaCount=2

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

# Show all configurable values
helm show values oci://ghcr.io/cnoe-io/charts/agent-ontology --version 0.5.68

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.httpGet.pathstring"/health"
livenessProbe.httpGet.portstring"http"
livenessProbe.periodSecondsint10
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{}
podSecurityContext.runAsNonRootbooltrue
readinessProbe.failureThresholdint3
readinessProbe.httpGet.pathstring"/v1/graph/ontology/agent/status"
readinessProbe.httpGet.portstring"http"
readinessProbe.periodSecondsint5
readinessProbe.timeoutSecondsint3
replicaCountint1
resourcesobject{}
revisionHistoryLimitint3
secrets.dataobject{}
secrets.secretNamestring"llm-secret"
securityContext.allowPrivilegeEscalationboolfalse
securityContext.capabilities.drop[0]string"ALL"
securityContext.readOnlyRootFilesystemboolfalse
securityContext.runAsNonRootbooltrue
securityContext.runAsUserint1001
securityContext.seccompProfile.typestring"RuntimeDefault"
serverPortint8098
service.portint8098
service.typestring"ClusterIP"
serviceAccount.annotationsobject{}
serviceAccount.automountbooltrue
serviceAccount.createbooltrue
serviceAccount.namestring""
startupProbe.failureThresholdint30
startupProbe.httpGet.pathstring"/health"
startupProbe.httpGet.portstring"http"
startupProbe.initialDelaySecondsint10
startupProbe.periodSecondsint10
startupProbe.timeoutSecondsint5
syncIntervalint259200
tolerationslist[]
volumeMountslist[]
volumeslist[]
vpa.controlledResources[0]string"cpu"
vpa.controlledResources[1]string"memory"
vpa.controlledValuesstring"RequestsAndLimits"
vpa.enabledboolfalse
vpa.maxAllowedobject{}
vpa.minAllowed.cpustring"50m"
vpa.minAllowed.memorystring"128Mi"
vpa.updateModestring"InPlaceOrRecreate"