chore(helm chart): fe2 enabled by default (#2357)
* chore(helm chart): fe2 enabled by default * updates helm chart documentation
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user