You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default value describes a volume with `8Gi` storage, `ReadWriteOnce` access mode and volume mode set to `PersistentVolumeFilesystem`.
393
392
394
-
This setting specifies the amount of storage required for each server of this group.
395
-
The default value is `8Gi`.
396
-
397
-
This setting is not available for group `coordinators`, `syncmasters` & `syncworkers`
398
-
because servers in these groups do not need persistent storage.
393
+
If this field is not set and `spec.<group>.resources.requests.storage` is set, then a default volume claim
394
+
with size as specified by `spec.<group>.resources.requests.storage` will be created. In that case `storage`
395
+
and `iops` is not forwarded to the pods resource requirements.
399
396
400
397
### `spec.<group>.serviceAccountName: string`
401
398
@@ -405,14 +402,6 @@ for each server of this group.
405
402
Using an alternative `ServiceAccount` is typically used to separate access rights.
406
403
The ArangoDB deployments do not require any special rights.
407
404
408
-
### `spec.<group>.storageClassName: string`
409
-
410
-
This setting specifies the `storageClass` for the `PersistentVolume`s created
411
-
for each server of this group.
412
-
413
-
This setting is not available for group `coordinators`, `syncmasters` & `syncworkers`
414
-
because servers in these groups do not need persistent storage.
415
-
416
405
### `spec.<group>.priorityClassName: string`
417
406
418
407
Priority class name for pods of this group. Will be forwarded to the pod spec. [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/)
@@ -443,3 +432,29 @@ For more information on tolerations, consult the [Kubernetes documentation](http
443
432
This setting specifies a set of labels to be used as `nodeSelector` for Pods of this node.
444
433
445
434
For more information on node selectors, consult the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/).
0 commit comments