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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -175,8 +175,10 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
175
175
|`serviceAccount.name`| Name of the serviceAccount |`""`|
176
176
|`priorityClassName`| Name of a PriortyClass defined to set pod priority |`""`|
177
177
|`networkPolicy.enabled`| Parameter to enable network policy |`false`|
178
-
|`networkPolicy.customRules`| Placeholder to specify selectors |`{}`|
179
-
|`networkPolicy.ports`| Parameter to specify the ports where traffic is allowed |`[{port:8000, endPort: 8020, protocol: TCP}]`|
178
+
|`networkPolicy.podSelector`| Parameter to specify podSelector which selects the group of pods to which the policy applies. |`{}`|
179
+
|`networkPolicy.policyTypes`| Parameter to specify the policyTypes, for e.g. Ingress or Egress or both |`[]`|
180
+
|`networkPolicy.ingress`| Placeholder to specify ingress traffic rules |`{}`|
181
+
|`networkPolicy.egress`| Placeholder to specify egress traffic rules |`{}`|
180
182
|`podSecurityContext.enabled`| Parameter to enable security context for pod running MarkLogic containers |`true`|
181
183
|`podSecurityContext.fsGroup`| Parameter to specify the group id for mounted data volume |`2`|
182
184
|`podSecurityContext.fsGroupChangePolicy`| Parameter to specify how the volume ownership should be changed when a pod's volumes needs to be updated with an fsGroup |`OnRootMismatch`|
0 commit comments