diff --git a/utils/helm/speckle-server/values.schema.json b/utils/helm/speckle-server/values.schema.json index 49c429391..d96f98e24 100644 --- a/utils/helm/speckle-server/values.schema.json +++ b/utils/helm/speckle-server/values.schema.json @@ -1496,8 +1496,8 @@ }, "enabled": { "type": "boolean", - "description": "Feature flag to enable running the new experimental frontend.", - "default": false + "description": "Feature flag to enable running the new web application frontend.", + "default": true }, "replicas": { "type": "number", diff --git a/utils/helm/speckle-server/values.yaml b/utils/helm/speckle-server/values.yaml index f021c3ce1..de7105477 100644 --- a/utils/helm/speckle-server/values.yaml +++ b/utils/helm/speckle-server/values.yaml @@ -930,7 +930,7 @@ frontend: ## @section frontend_2 ## @descriptionStart -## Defines parameters related to the frontend_2 component of Speckle +## Defines parameters related to the new web application component of Speckle ## @descriptionEnd ## frontend_2: @@ -946,9 +946,9 @@ frontend_2: ## @param frontend_2.logLevel The minimum level of logs which will be output. Suitable values are trace, debug, info, warn, error, fatal, or silent ## logLevel: 'info' - ## @param frontend_2.enabled Feature flag to enable running the new experimental frontend. + ## @param frontend_2.enabled Feature flag to enable running the new web application frontend. ## - enabled: false + enabled: true ## @param frontend_2.replicas The number of instances of the Frontend 2 server prod to be deployed withing the cluster. ## replicas: 1