K8s: expose namespace in frontend_settings (#78090)

Co-authored-by: Todd Treece <360020+toddtreece@users.noreply.github.com>
This commit is contained in:
Ryan McKinley
2023-11-14 06:34:09 +02:00
committed by GitHub
co-authored by Todd Treece
parent 1be1432926
commit ea37a116f7
7 changed files with 16 additions and 3 deletions
+3
View File
@@ -230,6 +230,9 @@ type FrontendSettingsDTO struct {
LoginError string `json:"loginError,omitempty"`
// The K8s namespace to use for this user
Namespace string `json:"namespace,omitempty"`
PluginsCDNBaseURL string `json:"pluginsCDNBaseURL,omitempty"`
SqlConnectionLimits FrontendSettingsSqlConnectionLimitsDTO `json:"sqlConnectionLimits"`