fix(docs): Add functional.md and reference it in getting-started.md

This commit is contained in:
Ben Schlagbauer
2025-03-12 13:42:43 +01:00
committed by Thorsten Roßner
parent 4d59d12a97
commit 0efc0af761
2 changed files with 35 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ This documentation lets you create an openDesk evaluation instance on your Kuber
* [Ingress](#ingress)
* [Container runtime](#container-runtime)
* [Volumes](#volumes)
* [Customize deployment](#customize-deployment)
* [Functional features](#functional-features)
* [Features through Customization](#features-through-customization)
* [Connectivity](#connectivity)
* [Ports](#ports)
* [Web-based user interface](#web-based-user-interface)
@@ -260,7 +263,9 @@ cluster:
readWriteMany: true
```
## Customize deployment
While openDesk configures the applications with meaningful defaults, you can check [functional.md](functional.md) if you want to change these defaults to better match your use case.
## Connectivity