File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ Reduce Costs and Boost Performance by 75% Without Changing a Single Component or
77
88</div >
99
10- ## How to deploy
10+ ## Configure Environment Tokens
1111
12- To deploy the helm chart, the variables in the provided custom_values.yaml file should be filled according to the supplied by Superstream values:
12+ For easiness, create ` custom_values.yaml ` file and edit the following values:
1313``` yaml
1414# ###########################################################
1515# GLOBAL configuration for Superstream Engine
@@ -28,12 +28,13 @@ nats:
2828 config :
2929 cluster :
3030 enabled : true
31- # NATS storageClass configuration. Default is blank "".
31+ # NATS storageClass configuration. The default is blank "".
3232 jetstream :
3333 fileStore :
3434 pvc :
3535 storageClassName : " "
3636` ` `
37+
3738To deploy it, run the following:
3839` ` ` bash
3940helm repo add superstream https://k8s.superstream.ai/ --force-update && helm install superstream superstream/superstream -f custom_values.yaml --create-namespace --namespace superstream --wait
You can’t perform that action at this time.
0 commit comments