Fix longhorn

This commit is contained in:
2026-06-02 03:04:17 +03:00
parent 9bfc125baf
commit 1dc114b2ad
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ kind: Kustomization
helmCharts: helmCharts:
- name: longhorn - name: longhorn
repo: https://charts.longhorn.io repo: https://charts.longhorn.io
version: 1.11.0 version: 1.11.2
releaseName: longhorn releaseName: longhorn
namespace: longhorn namespace: longhorn
valuesFile: values.yaml valuesFile: values.yaml
+5
View File
@@ -1,4 +1,9 @@
longhornUI: longhornUI:
replicas: 1 replicas: 1
defaultSettings:
# Keep new instance-manager pods schedulable on nodes with high CPU requests.
guaranteedInstanceManagerCPU: '{"v1":"6","v2":"6"}'
persistence: persistence:
reclaimPolicy: "Retain" reclaimPolicy: "Retain"