diff --git a/kubernetes/apps/kube-system/fstrim/app/helmrelease.yaml b/kubernetes/apps/kube-system/fstrim/app/helmrelease.yaml index 37dccd6..e2191e6 100644 --- a/kubernetes/apps/kube-system/fstrim/app/helmrelease.yaml +++ b/kubernetes/apps/kube-system/fstrim/app/helmrelease.yaml @@ -28,7 +28,7 @@ spec: type: cronjob cronjob: schedule: "@weekly" - parallelism: 6 # Set to my total number of nodes + parallelism: 1 # Set to my total number of nodes containers: app: image: @@ -74,4 +74,4 @@ spec: hostPathType: Directory globalMounts: - path: /host/net - readOnly: true \ No newline at end of file + readOnly: true