fix typos

This commit is contained in:
ansgarz 2025-02-26 18:35:05 +01:00
parent 72c46fe32a
commit 9961ace4cc
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ c4k-jitsi provides a k8s deployment for jitsi containing [see also Jitsi Archite
* ingress having a letsencrypt managed certificate
* monitoring connected to grafana cloud
The package aims to a low load sceanrio.
The package is intended for a low-load scenario.
## Status

View file

@ -46,13 +46,13 @@ output "ipv4" {
## k8s minicluster
For k8s installation we use our [provs](https://repo.prod.meissa.de/meissa/provs) with the following configuation:
For k8s installation we use our [provs](https://repo.prod.meissa.de/meissa/provs) with the following configuration:
```
{:fqdn "fqdn-from-above"
:node {:ipv4 "ip-from-above"}
:certmanager {:email "admin-email" :letsencryptEndpoint "prod}}
:certmanager {:email "admin-email" :letsencryptEndpoint "prod"}}
```
## kubectl apply c4k-jitsi