Compare commits

..

4 Commits

Author SHA1 Message Date
Gitea Actions Bot d6e6cbf94a Auto-update README with current k8s applications
Keycloak Terraform / Terraform (pull_request) Successful in 12s
Generated by CI/CD workflow on 2026-06-02 00:04:58

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-06-02 00:04:58 +00:00
ab f582a36f0e Merge branch 'main' of ssh://gt.hexor.cy:30022/ab/homelab
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 6s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 7s
2026-06-02 03:04:34 +03:00
ab 1dc114b2ad Fix longhorn 2026-06-02 03:04:17 +03:00
ab 62ccae05c2 Update k8s/core/longhorn/kustomization.yaml
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 14s
2026-06-01 23:35:19 +00:00
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ kind: Kustomization
helmCharts:
- name: longhorn
repo: https://charts.longhorn.io
version: 1.11.0
version: 1.11.2
releaseName: longhorn
namespace: longhorn
valuesFile: values.yaml
+5
View File
@@ -1,4 +1,9 @@
longhornUI:
replicas: 1
defaultSettings:
# Keep new instance-manager pods schedulable on nodes with high CPU requests.
guaranteedInstanceManagerCPU: '{"v1":"6","v2":"6"}'
persistence:
reclaimPolicy: "Retain"