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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ persistence:
72
72
```
73
73
5. Install the MarkLogic Helm Chart with the above custom settings. The rest of the settings will default to the values as listed below in the [Parameters](#parameters) section.
Once the installation is complete and the pod is in a running state, the MarkLogic admin UI can be accessed using the port-forwarding command as below:
78
78
```
@@ -128,6 +128,7 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
128
128
|`license.key`| Set MarkLogic license key installed |`""`|
129
129
|`license.licensee`| Set MarkLogic licensee information |`""`|
130
130
|`affinity`| Affinity for MarkLogic pods assignment |`{}`|
131
+
|`topologySpreadConstraints`| POD Topology Spread Constraints to spread Pods across cluster |`[]`|
131
132
|`nodeSelector`| Node labels for MarkLogic pods assignment |`{}`|
132
133
|`persistence.enabled`| Parameter to enable MarkLogic data persistence using Persistence Volume Claim (PVC). If set to false, EmptyDir will be used. |`true`|
133
134
|`persistence.storageClass`| Storage class for MarkLogic data volume, leave empty to use the default storage class |`""`|
0 commit comments