|
1 | 1 | {{ .Chart.Description }} |
2 | 2 |
|
3 | | -For more information about plgd-hub, follow: https://github.com/plgd-dev/hub/ |
| 3 | +For more information about plgd hub, follow: https://github.com/plgd-dev/hub/ |
| 4 | +If you would like to chat with us, join gitter: https://gitter.im/ocfcloud/Lobby |
4 | 5 |
|
5 | 6 | PARAMETERS: |
6 | 7 | ---------------------------------------------------------- |
7 | 8 | {{- if $.Values.coapgateway.enabled }} |
8 | | -coap-gateway uri: {{ printf "coap+tcp://%s:%v" ( required "global.domain is required" ( $.Values.coapgateway.apis.coap.externalAddress | default $.Values.global.domain )) $.Values.coapgateway.port }} |
| 9 | +CoAP Gateway: {{ printf "coap+tcp://%s:%v" ( required "global.domain is required" ( $.Values.coapgateway.apis.coap.externalAddress | default $.Values.global.domain )) $.Values.coapgateway.port }} |
9 | 10 | {{- end }} |
10 | 11 | {{- if $.Values.httpgateway.enabled }} |
11 | | -Web UI uri: {{ printf "https://%s" ( include "plgd-hub.httpgateway.uiDomain" . ) }} |
12 | | -http-gateway uri: {{ printf "https://%s" ( include "plgd-hub.httpgateway.apiDomain" . ) }} |
| 12 | +HTTP Gateway - UI: {{ printf "https://%s" ( include "plgd-hub.httpgateway.uiDomain" . ) }} |
| 13 | +HTTP Gateway - API: {{ printf "https://%s" ( include "plgd-hub.httpgateway.apiDomain" . ) }} |
13 | 14 | {{- end }} |
14 | 15 | {{- if $.Values.mockoauthserver.enabled }} |
15 | 16 | ------- Mock OAuth server enabled !!!!! ------------------ |
16 | | -You enabled mocked version of OAuth Server used only for test/development purpose. Use with extra care. Could not |
17 | | -be used for production environment !!! |
18 | | -Mock OAuth server: {{ include "plgd-hub.mockoauthserver.uri" . }} |
| 17 | +You enabled mocked version of the OAuth Server used only for test/development purposes. Use with extra care. |
| 18 | +Do not use in production !!! |
| 19 | +Mock OAuth Server: {{ include "plgd-hub.mockoauthserver.uri" . }} |
19 | 20 | ---------------------------------------------------------- |
20 | 21 | {{- else }} |
21 | 22 | OAuth server: {{ $.Values.global.authority }} |
22 | 23 | {{- end }} |
| 24 | + |
| 25 | +Thank you for using plgd hub! |
0 commit comments