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
@@ -48,6 +48,10 @@ The command removes all the Kubernetes components associated with the chart and
48
48
49
49
A major chart version change indicates that there is an incompatible breaking change needing manual actions.
50
50
51
+
### From Chart versions < 1.41.0
52
+
* Breaking Change *
53
+
In order to be consistent with other projects and documentations, the default port has been changed from 3100 to 3200.
54
+
51
55
### From Chart versions < 1.33.0
52
56
* Breaking Change *
53
57
In order to reduce confusion, the overrides configurations have been renamed as below.
@@ -426,7 +430,7 @@ The memcached default args are removed and should be provided manually. The sett
426
430
| enterpriseFederationFrontend.service.annotations | object | `{}` | Annotations for enterpriseFederationFrontend service |
427
431
| enterpriseFederationFrontend.service.loadBalancerIP | string | `""` | If type is LoadBalancer you can assign the IP to the LoadBalancer |
428
432
| enterpriseFederationFrontend.service.loadBalancerSourceRanges | list | `[]` | If type is LoadBalancer limit incoming traffic from IPs. |
429
-
| enterpriseFederationFrontend.service.port | int | `3100` | Port of the federation-frontend service |
433
+
| enterpriseFederationFrontend.service.port | int | `3200` | Port of the federation-frontend service |
430
434
| enterpriseFederationFrontend.service.type | string | `"ClusterIP"` | Type of service for the enterpriseFederationFrontend |
431
435
| enterpriseFederationFrontend.terminationGracePeriodSeconds | int | `30` | Grace period to allow the federation-frontend to shutdown before it is killed |
432
436
| enterpriseFederationFrontend.tolerations | list | `[]` | Tolerations for federation-frontend pods |
@@ -447,8 +451,8 @@ The memcached default args are removed and should be provided manually. The sett
447
451
| enterpriseGateway.image.tag | string | `nil` | Docker image tag for the enterpriseGateway image. Overrides `tempo.image.tag` |
448
452
| enterpriseGateway.ingress.annotations | object | `{}` | Annotations for the enterprise-gateway ingress |
449
453
| enterpriseGateway.ingress.enabled | bool | `false` | Specifies whether an ingress for the enterprise-gateway should be created |
450
-
| enterpriseGateway.ingress.hosts | list | `[{"host":"gateway.gem.example.com","paths":[{"path":"/"}]}]` | Hosts configuration for the enterprise-gateway ingress |
451
-
| enterpriseGateway.ingress.tls | list | `[{"hosts":["gateway.gem.example.com"],"secretName":"gem-gateway-tls"}]` | TLS configuration for the enterprise-gateway ingress |
454
+
| enterpriseGateway.ingress.hosts | list | `[{"host":"gateway.get.example.com","paths":[{"path":"/"}]}]` | Hosts configuration for the enterprise-gateway ingress |
455
+
| enterpriseGateway.ingress.tls | list | `[{"hosts":["gateway.get.example.com"],"secretName":"get-gateway-tls"}]` | TLS configuration for the enterprise-gateway ingress |
452
456
| enterpriseGateway.initContainers | list | `[]` | |
@@ -479,7 +483,7 @@ The memcached default args are removed and should be provided manually. The sett
479
483
| externalConfigSecretName | string | `"{{ include \"tempo.resourceName\" (dict \"ctx\" . \"component\" \"config\") }}"` | Name of the Secret or ConfigMap that contains the configuration (used for naming even if config is internal). |
480
484
| externalConfigVersion | string | `"0"` | When 'useExternalConfig' is true, then changing 'externalConfigVersion' triggers restart of services - otherwise changes to the configuration cause a restart. |
481
485
| externalRuntimeConfigName | string | `"{{ include \"tempo.resourceName\" (dict \"ctx\" . \"component\" \"runtime\") }}"` | Name of the Secret or ConfigMap that contains the runtime configuration (used for naming even if config is internal). |
482
-
| extraObjects | list | `[]` | Create extra manifests via values. |
486
+
| extraObjects | list | `[]` | extraObjects could be utilized to add dynamic manifests via values |
483
487
| fullnameOverride | string | `""` | |
484
488
| gateway.affinity | string | Hard node and soft zone anti-affinity | Affinity for gateway pods. Passed through `tpl` and, thus, to be configured as string |
@@ -735,7 +739,7 @@ The memcached default args are removed and should be provided manually. The sett
735
739
| metricsGenerator.persistentVolumeClaimRetentionPolicy.whenScaled | string | `"Retain"` | Volume retention behavior when the replica count of the StatefulSet is reduced |
| metricsGenerator.ports | list | `[{"name":"grpc","port":9095,"service":true},{"name":"http-memberlist","port":7946,"service":false},{"name":"http-metrics","port":3100,"service":true}]` | Default ports |
742
+
| metricsGenerator.ports | list | `[{"name":"grpc","port":9095,"service":true},{"name":"http-memberlist","port":7946,"service":false},{"name":"http-metrics","port":3200,"service":true}]` | Default ports |
739
743
| metricsGenerator.priorityClassName | string | `nil` | The name of the PriorityClass for metrics-generator pods |
740
744
| metricsGenerator.replicas | int | `1` | Number of replicas for the metrics-generator |
741
745
| metricsGenerator.resources | object | `{}` | Resource requests and limits for the metrics-generator |
@@ -819,6 +823,7 @@ The memcached default args are removed and should be provided manually. The sett
819
823
| querier.initContainers | list | `[]` | Init containers for the querier pod |
820
824
| querier.maxSurge | int | `0` | Max Surge for querier pods |
821
825
| querier.maxUnavailable | int | `1` | Pod Disruption Budget maxUnavailable |
826
+
| querier.minReadySeconds | int | `10` | Minimum number of seconds for which a newly created Pod should be ready without any of its containers crashing/terminating |
0 commit comments