Changes
Page history
Update config
authored
Dec 21, 2021
by
Ulrich Wohlfeil
Show whitespace changes
Inline
Side-by-side
home.md
View page @
ea217f69
...
...
@@ -46,8 +46,18 @@ Copy and rename the file `values.yaml.template` to `values.yaml`.
*
Create namespace via
`kubectl create namespace embeddedoffice`
*
Deploy helm charts via
`helm install .`
*
Create
`embeddedoffice`
App
[
schema
](
schema.xml
)
to yuuvis
*
Register
`office`
endpoint to
`authentication-prod.yml`
in the config service
```
...
routing.endpoints:
...
- office
authorization.accesses:
...
- endpoints: /office/**
```
### Per Tenant
...
...
...
...