Skip to content

Commit 6b09a5d

Browse files
chore: add usage instructions to README.md (#39)
Signed-off-by: Harikrishnan Balagopal <[email protected]>
1 parent d61c31f commit 6b09a5d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@
88

99
Operator to orchestrate [Move2Kube UI](https://github.com/konveyor/move2kube-ui) and [API](https://github.com/konveyor/move2kube-api).
1010

11+
## Usage
12+
13+
### Helm chart
14+
15+
```
16+
helm repo add move2kube https://konveyor.io/move2kube
17+
helm repo update
18+
helm install --set ingresshost='my.k8s.cluster.domain.com' m2krelease move2kube/move2kube
19+
```
20+
Then do `kubectl get ingress` to get find the url and open it in the browser.
21+
Example: `https://m2krelease-mynamespace.my.k8s.cluster.domain.com`
22+
23+
For TLS uncomment the line `#ingresstls: my-tls-secret` in `values.yaml` and replace with the name of the TLS secret.
24+
1125
## Discussion
1226

1327
* For any questions reach out to us on any of the communication channels given on our website https://konveyor.io/move2kube/.

0 commit comments

Comments
 (0)