Skip to content

Commit 71cd1bd

Browse files
readme changes for networkPolicy (#308)
1 parent 498b62c commit 71cd1bd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,10 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
175175
| `serviceAccount.name` | Name of the serviceAccount | `""` |
176176
| `priorityClassName` | Name of a PriortyClass defined to set pod priority | `""` |
177177
| `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 | `{}` |
180182
| `podSecurityContext.enabled` | Parameter to enable security context for pod running MarkLogic containers | `true` |
181183
| `podSecurityContext.fsGroup` | Parameter to specify the group id for mounted data volume | `2` |
182184
| `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

Comments
 (0)