Skip to content

Commit

Permalink
Synchronize docs (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriametrics-bot authored Sep 11, 2023
1 parent d78a62c commit 2ad5d52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/victoria-metrics-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Change the values according to the need of the environment in ``victoria-metrics
| vminsert.service.annotations | object | `{}` | Service annotations |
| vminsert.service.clusterIP | string | `""` | Service ClusterIP |
| vminsert.service.externalIPs | list | `[]` | Service External IPs. Ref: [https://kubernetes.io/docs/user-guide/services/#external-ips]( https://kubernetes.io/docs/user-guide/services/#external-ips) |
| vminsert.service.extraServicePorts | list | `[]` | Extra service ports |
| vminsert.service.extraPorts | list | `[]` | Extra service ports |
| vminsert.service.labels | object | `{}` | Service labels |
| vminsert.service.loadBalancerIP | string | `""` | Service load balancer IP |
| vminsert.service.loadBalancerSourceRanges | list | `[]` | Load balancer source range |
Expand Down Expand Up @@ -236,7 +236,7 @@ Change the values according to the need of the environment in ``victoria-metrics
| vmselect.service.annotations | object | `{}` | Service annotations |
| vmselect.service.clusterIP | string | `""` | Service ClusterIP |
| vmselect.service.externalIPs | list | `[]` | Service External IPs. Ref: [https://kubernetes.io/docs/user-guide/services/#external-ips](https://kubernetes.io/docs/user-guide/services/#external-ips) |
| vmselect.service.extraServicePorts | list | `[]` | Extra service ports |
| vmselect.service.extraPorts | list | `[]` | Extra service ports |
| vmselect.service.labels | object | `{}` | Service labels |
| vmselect.service.loadBalancerIP | string | `""` | Service load balacner IP |
| vmselect.service.loadBalancerSourceRanges | list | `[]` | Load balancer source range |
Expand Down Expand Up @@ -309,7 +309,7 @@ Change the values according to the need of the environment in ``victoria-metrics
| vmstorage.retentionPeriod | int | `1` | Data retention period. Supported values 1w, 1d, number without measurement means month, e.g. 2 = 2month |
| vmstorage.securityContext | object | `{}` | Pod's security context. Ref: [https://kubernetes.io/docs/tasks/configure-pod-container/security-context/](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) |
| vmstorage.service.annotations | object | `{}` | Service annotations |
| vmstorage.service.extraServicePorts | list | `[]` | Extra service ports |
| vmstorage.service.extraPorts | list | `[]` | Extra service ports |
| vmstorage.service.labels | object | `{}` | Service labels |
| vmstorage.service.servicePort | int | `8482` | Service port |
| vmstorage.service.vminsertPort | int | `8400` | Port for accepting connections from vminsert |
Expand Down

0 comments on commit 2ad5d52

Please sign in to comment.