Skip to content

Commit 2f4f4d8

Browse files
author
lamai93
committed
Updated documentation.
1 parent f0d0dac commit 2f4f4d8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/Manual/Deployment/Kubernetes/DeploymentResource.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ for `spec.mode: Single` and `2` for `spec.mode: ActiveFailover`).
342342
For the `syncworkers` group, it is highly recommended to use the same number
343343
as for the `dbservers` group.
344344

345-
### `spec.<group>.args: [string]`
345+
### `spec.<group>.args: []string`
346346

347347
This setting specifies additional commandline arguments passed to all servers of this group.
348348
The default value is an empty array.
@@ -383,7 +383,7 @@ for each server of this group.
383383
This setting is not available for group `coordinators`, `syncmasters` & `syncworkers`
384384
because servers in these groups do not need persistent storage.
385385

386-
### `spec.<group>.tolerations: [Toleration]`
386+
### `spec.<group>.tolerations: []Toleration`
387387

388388
This setting specifies the `tolerations` for the `Pod`s created
389389
for each server of this group.
@@ -395,3 +395,9 @@ By default, suitable tolerations are set for the following keys with the `NoExec
395395
- `node.alpha.kubernetes.io/unreachable` (will be removed in future version)
396396

397397
For more information on tolerations, consult the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/).
398+
399+
### `spec.<group>.nodeSelector: map[string]string`
400+
401+
This setting specifies a set of labels to be used as `nodeSelector` for Pods of this node.
402+
403+
For more information on node selectors, consult the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/).

0 commit comments

Comments
 (0)