🔨 Create dashboard entries-limit helm value (#1914)

* 🔨 Create dashboard entries-limit helm value

* 🔨 Set default value for entries-limit env
This commit is contained in:
Serhii Ponomarenko
2026-04-23 18:20:22 +03:00
committed by GitHub
parent 863be8f47a
commit 27111e48d3
3 changed files with 4 additions and 0 deletions

View File

@@ -203,6 +203,7 @@ type DashboardConfig struct {
StreamingType string `yaml:"streamingType" json:"streamingType" default:"connect-rpc"`
CompleteStreamingEnabled bool `yaml:"completeStreamingEnabled" json:"completeStreamingEnabled" default:"true"`
ClusterWideMapEnabled bool `yaml:"clusterWideMapEnabled" json:"clusterWideMapEnabled" default:"false"`
EntriesLimit string `yaml:"entriesLimit" json:"entriesLimit" default:"300000"`
}
type FrontRoutingConfig struct {

View File

@@ -92,6 +92,8 @@ spec:
value: '{{ default false (((.Values).tap).dashboard).clusterWideMapEnabled }}'
- name: REACT_APP_RAW_CAPTURE_ENABLED
value: '{{ .Values.tap.capture.raw.enabled | ternary "true" "false" }}'
- name: REACT_APP_ENTRIES_LIMIT
value: '{{ default 300000 (((.Values).tap).dashboard).entriesLimit }}'
- name: REACT_APP_SENTRY_ENABLED
value: '{{ (include "sentry.enabled" .) }}'
- name: REACT_APP_SENTRY_ENVIRONMENT

View File

@@ -188,6 +188,7 @@ tap:
streamingType: connect-rpc
completeStreamingEnabled: true
clusterWideMapEnabled: false
entriesLimit: 300000
telemetry:
enabled: true
resourceGuard: