From f1e3a8bb23a5e293178d5db8bc8878e2ebbff1e5 Mon Sep 17 00:00:00 2001 From: Deni Bertovic Date: Sun, 17 Mar 2019 20:00:24 +0100 Subject: [PATCH] Adds note about ingress domain order --- etc/helm/values/production.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/helm/values/production.yaml b/etc/helm/values/production.yaml index 815ecf4..f245db5 100644 --- a/etc/helm/values/production.yaml +++ b/etc/helm/values/production.yaml @@ -11,6 +11,8 @@ image: env: approot: "https://stackage.org" +# IMPORTANT_NOTE: We need make a repro to be sure but so far it appears that the order of domains matters here +# and www needs to be first! ingress: hosts: - www.stackage.org