We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5137e commit a1d99c7Copy full SHA for a1d99c7
README.md
@@ -1,4 +1,8 @@
1
-# Gateway API service for Containerum Platform
+# Gateway
2
+Gateway is an API service that provides routing for [Containerum](https://github.com/containerum/containerum) components.
3
+
4
+## Prerequisites
5
+* Kubernetes
6
7
## Installation
8
@@ -9,3 +13,9 @@
9
13
helm repo update
10
14
helm install containerum/api-gateway
11
15
```
16
17
+## Contributions
18
+Please submit all contributions concerning Gateway component to this repository.
19
20
+## License
21
+Gateway project is licensed under the terms of the Apache License Version 2.0. Please see LICENSE in this repository for more details.
0 commit comments