summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-11-14 06:50:26 +0000
committerAndrew Dolgov <[email protected]>2023-11-14 06:50:26 +0000
commit3399db33071da65746679c7e6de2edcf7ae1c87b (patch)
tree811338d6807d2de03d7200c1ad92579719c7a1f0
parent8242a6710229d3531aadb253dc3affb8b63dfa73 (diff)
Update InstallationNotes
-rw-r--r--InstallationNotes.md9
1 files changed, 9 insertions, 0 deletions
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