chore(helm chart): fe2 enabled by default (#2357)

* chore(helm chart): fe2 enabled by default

* updates helm chart documentation
This commit is contained in:
Iain Sproat
2024-06-12 10:19:21 +01:00
committed by GitHub
parent b58cc9e389
commit b6fbb411a3
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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",
+3 -3
View File
@@ -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