File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -487,6 +487,13 @@ This table describes the list of available parameters for Helm Chart.
487
487
| ` logCollection.files.requestLogs ` | Enable this parameter to enable collection of Marklogics request logs when log collection is enabled | ` true ` |
488
488
| ` logCollection.files.crashLogs ` | Enable this parameter to enable collection of Marklogics crash logs when log collection is enabled | ` true ` |
489
489
| ` 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] ` |
490
497
491
498
# Known Issues and Limitations
492
499
You can’t perform that action at this time.
0 commit comments