Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
909561eb36 Auto-update README with current k8s applications
Some checks failed
Terraform / Terraform (pull_request) Failing after 2s
Generated by CI/CD workflow on 2026-04-06 14:39:06

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-04-06 14:39:07 +00:00
2 changed files with 11 additions and 8 deletions

View File

@@ -31,9 +31,9 @@ spec:
- name: FURUMI_AGENT_STORAGE_DIR
value: "/media"
- name: FURUMI_AGENT_OLLAMA_URL
value: "http://100.120.76.49:1234"
value: "http://ollama.ollama.svc:11434"
- name: FURUMI_AGENT_OLLAMA_MODEL
value: "google/gemma-4-26b-a4b"
value: "qwen3.5:9b"
- name: FURUMI_AGENT_POLL_INTERVAL_SECS
value: "10"
- name: RUST_LOG

View File

@@ -69,15 +69,18 @@ data:
"id": "joinByField",
"options": { "byField": "node", "mode": "outer" }
},
{
"id": "filterFieldsByName",
"options": {
"include": { "pattern": "^(node|Value.*)$" }
}
},
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true,
"Time 1": true,
"Time 2": true,
"Time 3": true,
"Time 4": true,
"Time 5": true,
"Time 6": true
},
"renameByName": {
"node": "Node",
"Value #uptime": "Uptime",