docs: update operator deployment

This commit is contained in:
Jonas Kaninda
2024-12-02 07:50:42 +01:00
parent 015906b009
commit bca392ce1c
25 changed files with 281 additions and 292 deletions

19
docs/usermanual/tls.md Normal file
View File

@@ -0,0 +1,19 @@
---
title: TLS Certificate
layout: default
parent: User Manual
nav_order: 5
---
# TLS Certificate
```yaml
version: 1.0
gateway:
tlsCertFile: cert.pem
tlsKeyFile: key.pem
```