We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f017c8f commit 92aa341Copy full SHA for 92aa341
pages/getting-started/install-memgraph/kubernetes.mdx
@@ -196,6 +196,7 @@ their default values.
196
| `service.enableHttpMonitoring` | Enable HTTP monitoring | `false` |
197
| `service.httpPortMonitoring` | HTTP monitoring port | `9091` |
198
| `service.annotations` | Annotations to add to the service | `{}` |
199
+| `service.labels` | Labels to add to the service | `{}` |
200
| `persistentVolumeClaim.createStorageClaim` | Enable creation of a Persistent Volume Claim for storage | `true` |
201
| `persistentVolumeClaim.storageClassName` | Storage class name for the persistent volume claim | `""` |
202
| `persistentVolumeClaim.storageSize` | Size of the persistent volume claim for storage | `10Gi` |
0 commit comments