Files
homelab/apps/harness/k8s/base/kustomization.yaml
Julia McGhee 9830a1b742
Some checks failed
CI / lint-and-test (push) Successful in 38s
Deploy Production / deploy (push) Successful in 1m15s
CI / build (push) Has been cancelled
Add persistent knowledge volume and enhance chat UI
Infrastructure:
- Add Longhorn PVCs for knowledge store (1Gi) and workspace (10Gi),
  replacing ephemeral emptyDir for workspace
- Set HARNESS_KNOWLEDGE_DIR=/data/knowledge env var in deployment

Chat UI improvements:
- Thinking ticker: pulsing indicator while waiting for model response
  and between tool-use rounds
- Context bar: message count, estimated token usage, color-coded fill
  bar against model context window
- Multiple conversation tabs: independent state per conversation with
  create/close/switch, model selection inherited on new tabs
- Workspace binding: per-conversation repo search that injects project
  context into the system prompt
2026-03-22 11:17:37 +00:00

12 lines
306 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- pvc.yaml
- deployment.yaml
- service.yaml
- rbac.yaml
- harness-claude-credentials-sealed.yaml
- harness-opencode-credentials-sealed.yaml
- harness-db-credentials-sealed.yaml
- harness-mcp-credentials-sealed.yaml