Skip to content

Sync change from develop to release branch #310

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,10 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
| `serviceAccount.name` | Name of the serviceAccount | `""` |
| `priorityClassName` | Name of a PriortyClass defined to set pod priority | `""` |
| `networkPolicy.enabled` | Parameter to enable network policy | `false` |
| `networkPolicy.customRules` | Placeholder to specify selectors | `{}` |
| `networkPolicy.ports` | Parameter to specify the ports where traffic is allowed | `[{port:8000, endPort: 8020, protocol: TCP}]` |
| `networkPolicy.podSelector` | Parameter to specify podSelector which selects the group of pods to which the policy applies. | `{}` |
| `networkPolicy.policyTypes` | Parameter to specify the policyTypes, for e.g. Ingress or Egress or both | `[]` |
| `networkPolicy.ingress` | Placeholder to specify ingress traffic rules | `{}` |
| `networkPolicy.egress` | Placeholder to specify egress traffic rules | `{}` |
| `podSecurityContext.enabled` | Parameter to enable security context for pod running MarkLogic containers | `true` |
| `podSecurityContext.fsGroup` | Parameter to specify the group id for mounted data volume | `2` |
| `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` |
Expand Down