You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| enterpriseFederationFrontend.ports | list | `[{"name":"http-metrics","port":3100,"service":true}]` | Federation-frontend service ports |
392
395
| enterpriseFederationFrontend.priorityClassName | string | `nil` | The name of the PriorityClass for federation-frontend pods |
393
396
| enterpriseFederationFrontend.proxy_targets | list | `[]` | |
394
397
| enterpriseFederationFrontend.replicas | int | `1` | Number of replicas for the federation-frontend |
395
398
| enterpriseFederationFrontend.resources | object | `{}` | Resource requests and limits for the federation-frontend |
396
399
| enterpriseFederationFrontend.service.annotations | object | `{}` | Annotations for enterpriseFederationFrontend service |
397
400
| enterpriseFederationFrontend.service.loadBalancerIP | string | `""` | If type is LoadBalancer you can assign the IP to the LoadBalancer |
398
401
| enterpriseFederationFrontend.service.loadBalancerSourceRanges | list | `[]` | If type is LoadBalancer limit incoming traffic from IPs. |
399
-
| enterpriseFederationFrontend.service.port | int | `3100` | Port of the federation-frontend service |
400
402
| enterpriseFederationFrontend.service.type | string | `"ClusterIP"` | Type of service for the enterpriseFederationFrontend |
401
403
| enterpriseFederationFrontend.terminationGracePeriodSeconds | int | `30` | Grace period to allow the federation-frontend to shutdown before it is killed |
402
404
| enterpriseFederationFrontend.tolerations | list | `[]` | Tolerations for federation-frontend pods |
@@ -559,6 +561,7 @@ The memcached default args are removed and should be provided manually. The sett
559
561
| ingester.persistentVolumeClaimRetentionPolicy.whenScaled | string | `"Retain"` | Volume retention behavior when the replica count of the StatefulSet is reduced |
| ingester.ports | list | `[{"name":"grpc","port":9095,"service":true},{"name":"http-metrics","port":3100,"service":true}]` | Ingestor service ports |
562
565
| ingester.priorityClassName | string | `nil` | The name of the PriorityClass for ingester pods |
563
566
| ingester.replicas | int | `3` | Number of replicas for the ingester |
564
567
| ingester.resources | object | `{}` | Resource requests and limits for the ingester |
@@ -685,7 +688,7 @@ The memcached default args are removed and should be provided manually. The sett
685
688
| metricsGenerator.persistentVolumeClaimRetentionPolicy.whenScaled | string | `"Retain"` | Volume retention behavior when the replica count of the StatefulSet is reduced |
0 commit comments