Compare commits

..

2 Commits

Author SHA1 Message Date
Gitea Actions Bot
f9734645d7 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 27s
Generated by CI/CD workflow on 2026-03-13 10:55:02

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-13 10:55:02 +00:00
Ultradesu
5718948285 Fix furumi dashboard
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 10s
Check with kubeconform / lint (push) Successful in 10s
Auto-update README / Generate README and Create MR (push) Successful in 12s
2026-03-13 10:54:25 +00:00

View File

@@ -449,7 +449,7 @@
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "process_resident_memory_bytes / 1024 / 1024",
"expr": "sum(process_resident_memory_bytes) / 1024 / 1024",
"legendFormat": "Resident Memory",
"refId": "A"
},
@@ -458,7 +458,7 @@
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "process_virtual_memory_bytes / 1024 / 1024",
"expr": "sum(process_virtual_memory_bytes) / 1024 / 1024",
"legendFormat": "Virtual Memory",
"refId": "B"
}