mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 18:42:56 +02:00
New storageclass 3
This commit is contained in:
@@ -19,6 +19,8 @@ spec:
|
|||||||
targetRevision: v1.7.2 # Replace with the Longhorn version you'd like to install or upgrade to
|
targetRevision: v1.7.2 # Replace with the Longhorn version you'd like to install or upgrade to
|
||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
|
persistence:
|
||||||
|
defaultClassReplicaCount: 1
|
||||||
preUpgradeChecker:
|
preUpgradeChecker:
|
||||||
jobEnabled: false
|
jobEnabled: false
|
||||||
parameters:
|
parameters:
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
apiVersion: storage.k8s.io/v1
|
|
||||||
kind: StorageClass
|
|
||||||
metadata:
|
|
||||||
annotations:
|
|
||||||
storageclass.kubernetes.io/is-default-class: "true"
|
|
||||||
name: longhorn
|
|
||||||
parameters:
|
|
||||||
dataEngine: v1
|
|
||||||
dataLocality: disabled
|
|
||||||
disableRevisionCounter: "true"
|
|
||||||
fromBackup: ""
|
|
||||||
fsType: ext4
|
|
||||||
numberOfReplicas: "1"
|
|
||||||
staleReplicaTimeout: "30"
|
|
||||||
unmapMarkSnapChainRemoved: ignored
|
|
||||||
provisioner: driver.longhorn.io
|
|
||||||
allowVolumeExpansion: true
|
|
||||||
reclaimPolicy: Delete
|
|
||||||
volumeBindingMode: Immediate
|
|
||||||
Reference in New Issue
Block a user