Skip to content

Commit 2941e2e

Browse files
VOID404grego952
andauthored
Apply suggestions from code review
Co-authored-by: Grzegorz Karaluch <[email protected]>
1 parent f89ca17 commit 2941e2e

File tree

1 file changed

+2
-2
lines changed
  • components/central-application-gateway

1 file changed

+2
-2
lines changed

components/central-application-gateway/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ To start Central Application Gateway, run this command:
3939

4040
Central Application Gateway has the following parameters:
4141

42-
- **apiServerURL** - The address of the Kubernetes API server. Overrides any value in kubeconfig. Only required if out-of-cluster.
42+
- **apiServerURL** - The address of the Kubernetes API server. Overrides any value in a kubeconfig. Only required if out-of-cluster.
4343
- **applicationSecretsNamespace** - Namespace where Application secrets used by the Application Gateway exist. The default is `kymasystem`
4444
- **externalAPIPort** - Port that exposes the API which allows checking the component status and exposes log configuration. The default is `8081`
4545
- **kubeConfig** - Path to a kubeconfig. Only required if out-of-cluster
46-
- **logLevel** - Log level: panic | fatal | error | warn | info | debug. Can't be lower than info. The default is zapInfoLevel
46+
- **logLevel** - Log level: `panic` | `fatal` | `error` | `warn` | `info` | `debug`. Can't be lower than `info`. The default is `zapInfoLevel`
4747
- **proxyCacheTTL** - TTL, in seconds, for proxy cache of Remote API information. The default is `120`
4848
- **proxyPort** - Port that acts as a proxy for the calls from services and Functions to an external solution in the default standalone mode or Compass bundles with a single API definition. The default is `8080`
4949
- **proxyPortCompass** - Port that acts as a proxy for the calls from services and Functions to an external solution in the Compass mode. The default is `8082`

0 commit comments

Comments
 (0)