Skip to content

Commit c46c3a0

Browse files
gaurdrokenjenkins
andauthored
Apply suggestions from code review
Co-authored-by: Kenneth Jenkins <[email protected]>
1 parent 94ce4d3 commit c46c3a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/internals/configuration.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ See the [reference](/docs/reference) page for a complete list of available optio
3333

3434
## All-In-One vs Split Service mode
3535

36-
Pomerium's default mode is all-in-one mode. It run all the individual [components](/docs/internals/architecture#component-level) in a single container or under a single system service. This is our suggested way to run Pomerium. Alternatively, each of those component services can be configured and run separately in split mode.
36+
Pomerium's default mode is all-in-one mode. It runs all the individual [components](/docs/internals/architecture#component-level) in a single container or under a single system service. This is our suggested way to run Pomerium. Alternatively, each of those component services can be configured and run separately in split mode.
3737

38-
All-in-one mode has the easiest configuration and successfully used in large production environments. All the configuration goes in a single `config.yaml` file or single set of environment variables. When running Pomerium as a single system service or container, all the options on this page can be set in a single `config.yaml` file, or passed to the single instance as environment variables. Internal communication is configured automatically requiring no additional setup.
38+
All-in-one mode has the easiest configuration and is successfully used in large production environments. All the configuration goes in a single `config.yaml` file or single set of environment variables. When running Pomerium as a single system service or container, all the options on this page can be set in a single `config.yaml` file, or passed to the single instance as environment variables. Internal communication is configured automatically requiring no additional setup.
3939

40-
Alternatively, each component can be run separately in split-mode using the [service mode](/docs/reference/service-mode) key to specify which component to run. Each of these needs to be configured separately, and communication between components must be explicitly configured including managing tls certificates.
40+
Alternatively, each component can be run separately in split-mode using the [service mode](/docs/reference/service-mode) key to specify which component to run. Each of these needs to be configured separately, and communication between components must be explicitly configured including managing TLS certificates.
4141

4242
## Service Mode
4343

0 commit comments

Comments
 (0)