From 3399db33071da65746679c7e6de2edcf7ae1c87b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 14 Nov 2023 06:50:26 +0000 Subject: Update InstallationNotes --- InstallationNotes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/InstallationNotes.md b/InstallationNotes.md index 175c8e9..7c794f9 100644 --- a/InstallationNotes.md +++ b/InstallationNotes.md @@ -447,3 +447,12 @@ volumes: Don't forget to restart the containers. See also: https://community.tt-rss.org/t/60-ssl-certificate-problem-unable-to-get-local-issuer-certificate/4838/4?u=fox + +### How do I run these images on K8S? + +You'll need to set several mandatory environment values to the container running web-nginx image: + +1. `APP_UPSTREAM` should point to the fully-qualified DNS service name provided by the application (fpm) container/pod; +2. `RESOLVER` should be set to `kube-dns.kube-system.svc.cluster.local` + +Link to discussion with examples: https://community.tt-rss.org/t/resolving-issues-with-latest-commit-on-k8s/6208/7?u=fox and below \ No newline at end of file -- cgit v1.2.3