File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Operator to orchestrate [ Move2Kube UI] ( https://github.com/konveyor/move2kube-ui ) and [ API] ( https://github.com/konveyor/move2kube-api ) .
10
10
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
+
11
25
## Discussion
12
26
13
27
* For any questions reach out to us on any of the communication channels given on our website https://konveyor.io/move2kube/ .
You can’t perform that action at this time.
0 commit comments