... | ... | @@ -33,9 +33,18 @@ Request an access for the our container registry via mail to support@ecmind.ch. |
|
|
|
|
|
### Configure Helm
|
|
|
|
|
|
Copy and rename the file `values.yaml.template` to `values.yaml`.
|
|
|
Create a `customize.yaml` file with the following content:
|
|
|
|
|
|
#### values.yml
|
|
|
```yml
|
|
|
eo:
|
|
|
jwt: <GeneratedToken>
|
|
|
image:
|
|
|
credentials:
|
|
|
username: <Username>
|
|
|
password: <Password>
|
|
|
```
|
|
|
|
|
|
#### Options
|
|
|
|
|
|
* `eo.jwt` Set jwt secret defined in the onlyoffice configuration
|
|
|
* `eo.image.credentials.username` Set the delivered username from ECMind
|
... | ... | @@ -45,7 +54,7 @@ Copy and rename the file `values.yaml.template` to `values.yaml`. |
|
|
## Installation
|
|
|
|
|
|
* Create namespace via `kubectl create namespace embeddedoffice`
|
|
|
* Deploy helm charts via `helm install embeddedoffice .`
|
|
|
* Deploy helm charts via `helm install -f customize.yaml embeddedoffice .`
|
|
|
* Create `embeddedoffice` App [schema](schema.xml) to yuuvis
|
|
|
* Register `office` endpoint to `authentication-prod.yml` in the config service
|
|
|
```
|
... | ... | |