Skip to content

Commit 832c88b

Browse files
author
Barkha Choithani
committed
added security context and network policy in parameters section
1 parent 633fc0e commit 832c88b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,13 @@ This table describes the list of available parameters for Helm Chart.
487487
| `logCollection.files.requestLogs` | Enable this parameter to enable collection of Marklogics request logs when log collection is enabled | `true` |
488488
| `logCollection.files.crashLogs` | Enable this parameter to enable collection of Marklogics crash logs when log collection is enabled | `true` |
489489
| `logCollection.files.auditLogs` | Enable this parameter to enable collection of Marklogics audit logs when log collection is enabled | `true` |
490+
| `containerSecurityContext.enabled` | Enable this parameter to enable security context for containers | `true` |
491+
| `containerSecurityContext.runAsUser` | User ID to run the entrypoint of the container process | `1000` |
492+
| `containerSecurityContext.runAsNonRoot` | Indicates that the container must run as a non-root user | `true` |
493+
| `containerSecurityContext.allowPrivilegeEscalation` | Controls whether a process can gain more privileges than its parent process | `true` |
494+
| `networkPolicy.enabled` | Enable this parameter to enable network policy | `false` |
495+
| `networkPolicy.customRules` | Placeholder to specify selectors | `{}` |
496+
| `networkPolicy.ports` | Ports to which traffic is allowed | `[8000, 8001, 8002]` |
490497

491498
# Known Issues and Limitations
492499

0 commit comments

Comments
 (0)