[Deprecated] How to deploy ScalarDB Server
note
ScalarDB Server is now deprecated. Please use ScalarDB Cluster instead.
This document explains how to deploy ScalarDB Server using Scalar Helm Charts. You must prepare your custom values file. Please refer to the following document for more details on the custom values file for ScalarDB Server.
Deploy ScalarDB Server
helm install <RELEASE_NAME> scalar-labs/scalardb -n <NAMESPACE> -f /<PATH_TO_YOUR_CUSTOM_VALUES_FILE_FOR_SCALARDB_SERVER> --version <CHART_VERSION>
Upgrade the deployment of ScalarDB Server
helm upgrade <RELEASE_NAME> scalar-labs/scalardb -n <NAMESPACE> -f /<PATH_TO_YOUR_CUSTOM_VALUES_FILE_FOR_SCALARDB_SERVER> --version <CHART_VERSION>
Delete the deployment of ScalarDB Server
helm uninstall <RELEASE_NAME> -n <NAMESPACE>