Fix longhorn
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user