From 9961ace4cc43791d93c9d7a1a864ac24a5ec9f2e Mon Sep 17 00:00:00 2001 From: ansgarz <ansgar.zwick@meissa.de> Date: Wed, 26 Feb 2025 18:35:05 +0100 Subject: [PATCH] fix typos --- README.md | 2 +- doc/SetupOnHetzner.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 909e02f..81f65d5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/SetupOnHetzner.md b/doc/SetupOnHetzner.md index 76092e4..173d701 100644 --- a/doc/SetupOnHetzner.md +++ b/doc/SetupOnHetzner.md @@ -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