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
12 lines
306 B
YAML
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
|