Compare commits

..

6 Commits

Author SHA1 Message Date
Gitea Actions Bot 9d9ce0f189 Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Failing after 12s
Generated by CI/CD workflow on 2026-03-11 15:20:38

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-11 15:20:38 +00:00
ab 1949da9f71 Update k8s/core/authentik/kustomization.yaml
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 6s
2026-03-11 15:20:13 +00:00
ab 8636d4cd6b Update k8s/core/authentik/kustomization.yaml
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 7s
2026-03-11 15:14:18 +00:00
ab 499010aa5c Update k8s/core/authentik/values.yaml
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s
Check with kubeconform / lint (push) Successful in 9s
Auto-update README / Generate README and Create MR (push) Successful in 9s
2026-03-11 15:13:58 +00:00
ab 6574e14b3d Update k8s/core/argocd/kustomization.yaml
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 8s
2026-03-11 01:59:57 +00:00
Ultradesu 3bc1ac057c Fixed furumi dashboard
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s
Check with kubeconform / lint (push) Successful in 9s
Auto-update README / Generate README and Create MR (push) Successful in 7s
2026-03-11 01:57:39 +00:00
3 changed files with 187 additions and 173 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ resources:
helmCharts: helmCharts:
- name: argo-cd - name: argo-cd
repo: https://argoproj.github.io/argo-helm repo: https://argoproj.github.io/argo-helm
version: 9.1.4 version: 9.4.10
releaseName: argocd releaseName: argocd
namespace: argocd namespace: argocd
valuesFile: values.yaml valuesFile: values.yaml
+2 -2
View File
@@ -1,6 +1,6 @@
global: global:
image: #image:
tag: "2025.10.1" # tag: "2025.10.1"
nodeSelector: nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net kubernetes.io/hostname: master.tail2fe2d.ts.net
+18 -4
View File
@@ -57,7 +57,7 @@ data:
"type": "prometheus", "type": "prometheus",
"uid": "${datasource}" "uid": "${datasource}"
}, },
"expr": "furumi_active_streams", "expr": "sum(furumi_active_streams)",
"refId": "A" "refId": "A"
} }
], ],
@@ -91,7 +91,7 @@ data:
"type": "prometheus", "type": "prometheus",
"uid": "${datasource}" "uid": "${datasource}"
}, },
"expr": "rate(furumi_bytes_read_total[$__rate_interval])", "expr": "sum(rate(furumi_bytes_read_total[$__rate_interval]))",
"refId": "A" "refId": "A"
} }
], ],
@@ -430,12 +430,22 @@ data:
"overrides": [] "overrides": []
} }
}, },
{
"collapsed": true,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 12
},
"id": 99,
"panels": [
{ {
"gridPos": { "gridPos": {
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 12 "y": 13
}, },
"id": 7, "id": 7,
"options": { "options": {
@@ -527,7 +537,7 @@ data:
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 12 "y": 13
}, },
"id": 8, "id": 8,
"options": { "options": {
@@ -615,6 +625,10 @@ data:
} }
} }
], ],
"title": "Process Metrics (Memory, FDs)",
"type": "row"
}
],
"refresh": "10s", "refresh": "10s",
"schemaVersion": 38, "schemaVersion": 38,
"style": "dark", "style": "dark",