Skip to content

Commit

Permalink
review technical-stack docs, pt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dghelm committed Oct 29, 2024
1 parent bf2c9c1 commit 5991608
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/content/docs/en/sdk/technical-stack/services.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ excerpt: "The various components running to support the Scroll SDK."
---

import Aside from "../../../../../components/Aside.astro"
import ToggleElement from "../../../../../components/ToggleElement.astro"

{/* TODO: Review full page before launch */}

Expand All @@ -28,7 +27,7 @@ The Scroll SDK uses Helm charts and Kubernetes manifests to manage service deplo

The configuration flow works like this:

1. You modify the main `config.toml` file with your deployment settings
1. Modify the main `config.toml` file with your deployment settings.
2. The `scroll-sdk-cli` tool processes this file and generates service-specific config files
3. These config files are mounted into the appropriate services as Kubernetes ConfigMaps
4. Helm uses these configs along with the values files to deploy the services
Expand All @@ -48,7 +47,7 @@ The `config.toml` file is used to generate various service-specific configuratio

{/* TODO: Double check if this is how devnet works. */}

Each service has a number configuration values -- some quite advanced.
Each service has a number configuration values -- some quite nuanced.

In most instances, if it is not directly set or calculated from values in the `config.toml`, a sensible default is used. Occassionally, a feature most operators do not need during their initial deployment is here as well (for example LDAP configuration for the `admin-system-backend`). If you manually change these values, keep in mind that the `config.toml` processing script may overwrite your customizations -- please use git commits track changes.

Expand Down

0 comments on commit 5991608

Please sign in to comment.