Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ displayed_sidebar: docsEnglish
When you deploy Scalar products using Scalar Helm Charts, you must prepare your custom values file based on your environment. Please refer to the following documents for more details on how to a create custom values file for each product.

* [ScalarDB Cluster](configure-custom-values-scalardb-cluster.mdx)
* [ScalarDB Analytics with PostgreSQL](configure-custom-values-scalardb-analytics-postgresql.mdx)
* [ScalarDL Ledger](configure-custom-values-scalardl-ledger.mdx)
* [ScalarDL Auditor](configure-custom-values-scalardl-auditor.mdx)
* [ScalarDL Schema Loader](configure-custom-values-scalardl-schema-loader.mdx)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ scalarAdminForKubernetes:
- effect: NoSchedule
key: scalar-labs.com/dedicated-node
operator: Equal
value: scalardb-analytics-postgresql
value: scalardb-cluster
```

### TLS configurations (optional based on your environment)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ After the Kubernetes cluster starts, you can try each Scalar Helm Charts on it.

* [ScalarDB Cluster with TLS](getting-started-scalardb-cluster-tls.mdx)
* [ScalarDB Cluster with TLS by Using cert-manager](getting-started-scalardb-cluster-tls-cert-manager.mdx)
* [ScalarDB Analytics with PostgreSQL](getting-started-scalardb-analytics-postgresql.mdx)
* [ScalarDL Ledger and Auditor with TLS (Auditor mode)](getting-started-scalardl-auditor-tls.mdx)
* [ScalarDL Ledger and Auditor with TLS by Using cert-manager (Auditor mode)](getting-started-scalardl-auditor-tls-cert-manager.mdx)
* [ScalarDL Ledger (Ledger only)](getting-started-scalardl-ledger.mdx)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,12 @@ If you're using any of the following products from the public container reposito
* Scalar Envoy (deploy with ScalarDB Cluster, ScalarDL Ledger, or ScalarDL Auditor)
* ScalarDL Schema Loader
* Scalar Admin for Kubernetes
* ScalarDB Analytics with PostgreSQL

## Deploy Scalar products

Please refer to the following documents for more details on how to deploy each product.

* [ScalarDB Cluster](how-to-deploy-scalardb-cluster.mdx)
* [ScalarDB Analytics with PostgreSQL](how-to-deploy-scalardb-analytics-postgresql.mdx)
* [ScalarDL Ledger](how-to-deploy-scalardl-ledger.mdx)
* [ScalarDL Auditor](how-to-deploy-scalardl-auditor.mdx)
* [Scalar Admin for Kubernetes](how-to-deploy-scalar-admin-for-kubernetes.mdx)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ displayed_sidebar: docsEnglish

# Mount any files or volumes on Scalar product pods

You can mount any files or volumes on Scalar product pods when you use ScalarDB Server, ScalarDB Cluster, ScalarDB Analytics with PostgreSQL, or ScalarDL Helm Charts (ScalarDL Ledger and ScalarDL Auditor).
You can mount any files or volumes on Scalar product pods when you use ScalarDB Server, ScalarDB Cluster, or ScalarDL Helm Charts (ScalarDL Ledger and ScalarDL Auditor).

## Mount key and certificate files on a pod in ScalarDL Helm Charts

Expand Down Expand Up @@ -115,7 +115,6 @@ You can mount emptyDir to Scalar product pods by using the following keys in you
* Keys
* `scalardb.extraVolumes` / `scalardb.extraVolumeMounts` (ScalarDB Server)
* `scalardbCluster.extraVolumes` / `scalardbCluster.extraVolumeMounts` (ScalarDB Cluster)
* `scalardbAnalyticsPostgreSQL.extraVolumes` / `scalardbAnalyticsPostgreSQL.extraVolumeMounts` (ScalarDB Analytics with PostgreSQL)
* `ledger.extraVolumes` / `ledger.extraVolumeMounts` (ScalarDL Ledger)
* `auditor.extraVolumes` / `auditor.extraVolumeMounts` (ScalarDL Auditor)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@ SCALAR_DB_CLUSTER_MEMBERSHIP_KUBERNETES_ENDPOINT_NAME
...
```
</TabItem>
<TabItem value="scalardb-analytics-with-postgresql" label="ScalarDB Analytics with PostgreSQL">
```yaml
scalardbAnalyticsPostgreSQL:
databaseProperties: |
...
scalar.db.username=${env:SCALAR_DB_USERNAME}
scalar.db.password=${env:SCALAR_DB_PASSWORD}
...
```
</TabItem>
<TabItem value="scalardb-server" label="ScalarDB Server (Deprecated)">
<h3>ScalarDB Server 3.8 or later (Apache Commons Text syntax)</h3>

Expand Down Expand Up @@ -176,14 +166,6 @@ SCALAR_DB_CLUSTER_MEMBERSHIP_KUBERNETES_ENDPOINT_NAME
secretName: "scalardb-cluster-credentials-secret"
```
</TabItem>
<TabItem value="scalardb-analytics-with-postgresql" label="ScalarDB Analytics with PostgreSQL">
**Key:** `scalardbAnalyticsPostgreSQL.secretName`

```yaml
scalardbAnalyticsPostgreSQL:
secretName: "scalardb-analytics-postgresql-credentials-secret"
```
</TabItem>
<TabItem value="scalardb-server" label="ScalarDB Server (Deprecated)">
**Key:** `scalardb.secretName`

Expand Down