You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/central-application-gateway/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,11 @@ To start Central Application Gateway, run this command:
39
39
40
40
Central Application Gateway has the following parameters:
41
41
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.
43
43
-**applicationSecretsNamespace** - Namespace where Application secrets used by the Application Gateway exist. The default is `kymasystem`
44
44
-**externalAPIPort** - Port that exposes the API which allows checking the component status and exposes log configuration. The default is `8081`
45
45
-**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`
47
47
-**proxyCacheTTL** - TTL, in seconds, for proxy cache of Remote API information. The default is `120`
48
48
-**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`
49
49
-**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