From 822aa1c632fd28c461dda33778b27c64fefb4b55 Mon Sep 17 00:00:00 2001 From: Roland Date: Sun, 10 Dec 2023 10:12:36 +0100 Subject: [PATCH] Update README.md Add k8s.yaml to kubernetes section of readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 551dabd..64ffa75 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ gunicorn --bind 0.0.0.0:5000 'wsgi:app(api_keys=True)' ## Run with Kubernetes -See ["LibreTranslate: your own translation service on Kubernetes" by JM Robles](https://jmrobles.medium.com/libretranslate-your-own-translation-service-on-kubernetes-b46c3e1af630) +See [Medium article by JM Robles](https://jmrobles.medium.com/libretranslate-your-own-translation-service-on-kubernetes-b46c3e1af630) and the improved [k8s.yaml](https://github.com/LibreTranslate/LibreTranslate/blob/main/k8s.yaml) by @rasos. ## Manage API Keys