hex.k8s.svc.langfuse ​
- Source: module
- Total args: 23
- default image_tag:
"3.52.0"
Copy Spec Skeleton ​
nix
(hex.k8s.svc.langfuse {
})Required Args ​
| Arg | Notes |
|---|
Optional Args ​
| Arg | Default | Notes |
|---|---|---|
name | "langfuse" | - |
namespace | "default" | - |
image_base | "langfuse/langfuse" | - |
image_tag | "3.52.0" | - |
image | "${image_base}:${image_tag}" | - |
replicas | 1 | - |
cpuRequest | "0.2" | - |
cpuLimit | "1" | - |
memoryRequest | "1Gi" | - |
memoryLimit | "4Gi" | - |
autoscale | false | - |
extraEnv | [ ] | - |
extraEnvAttrs | { } | - |
port | 10000 | - |
secretName | "langfuse-secret" | - |
readinessProbe | null | - |
maxUnavailable | 0 | - |
maxSurge | "50%" | - |
labels | { inherit name; tier = "infra"; } | - |
extraService | { } | escape hatch to inject other service spec |
telemetryEnabled | false | - |
experimentalFeatures | true | - |
extraDeploymentAnnotations | { } | - |