|
2 | 2 |
|
3 | 3 | A Helm chart for the Meilisearch search engine |
4 | 4 |
|
5 | | -  |
| 5 | +  |
6 | 6 |
|
7 | 7 | Helm works as a package manager to run pre-configured Kubernetes resources. |
8 | 8 |
|
@@ -88,13 +88,18 @@ You can also use `auth.existingMasterKeySecret` to use an existing secret that h |
88 | 88 | | persistence.volume.name | string | `"data"` | | |
89 | 89 | | podAnnotations | object | `{}` | | |
90 | 90 | | podLabels | object | `{}` | Additional labels to add to the pod(s) only | |
91 | | -| podSecurityContext | object | `{}` | | |
| 91 | +| podSecurityContext.fsGroup | int | `1000` | | |
| 92 | +| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | | |
| 93 | +| podSecurityContext.runAsGroup | int | `1000` | | |
| 94 | +| podSecurityContext.runAsNonRoot | bool | `true` | | |
| 95 | +| podSecurityContext.runAsUser | int | `1000` | | |
92 | 96 | | readinessProbe.InitialDelaySeconds | int | `0` | | |
93 | 97 | | readinessProbe.periodSeconds | int | `10` | | |
94 | 98 | | replicaCount | int | `1` | Number of Meilisearch pods to run | |
95 | 99 | | resources | object | `{}` | Resources allocation (Requests and Limits) | |
96 | 100 | | securityContext.allowPrivilegeEscalation | bool | `false` | | |
97 | 101 | | securityContext.capabilities.drop[0] | string | `"ALL"` | | |
| 102 | +| securityContext.readOnlyRootFilesystem | bool | `true` | | |
98 | 103 | | service | object | `{"annotations":{},"port":7700,"type":"ClusterIP"}` | Service HTTP port | |
99 | 104 | | service.annotations | object | `{}` | Additional annotations for service | |
100 | 105 | | service.type | string | `"ClusterIP"` | Kubernetes Service type | |
|
0 commit comments