hex.k8s.svc.lobe-chat ​
- Source: module
- Total args: 22
- default image_tag:
"1.94.3"
Copy Spec Skeleton ​
nix
(hex.k8s.svc.lobe-chat {
})Required Args ​
| Arg | Notes |
|---|
Optional Args ​
| Arg | Default | Notes |
|---|---|---|
name | "lobe-chat" | - |
namespace | "default" | - |
image_base | "lobehub/lobe-chat${if database then "-database" else ""}" | - |
image_tag | "1.94.3" | - |
image | "${image_base}:${image_tag}" | - |
database | false | - |
replicas | 1 | - |
cpuRequest | "0.2" | - |
cpuLimit | "1" | - |
memoryRequest | "1Gi" | - |
memoryLimit | "4Gi" | - |
autoscale | false | - |
extraEnv | [ ] | - |
extraEnvAttrs | { } | - |
port | 3210 | - |
secretName | "lobe-chat-secret" | - |
readinessProbe | null | - |
maxUnavailable | 0 | - |
maxSurge | "50%" | - |
labels | { inherit name; tier = "app"; } | - |
extraService | { } | escape hatch to inject other service spec |
extraDeploymentAnnotations | { } | - |