From 0eac4c309bd7343b41ce2f9189cd95e258872bbc Mon Sep 17 00:00:00 2001 From: Deni Bertovic Date: Tue, 26 Mar 2019 16:15:22 +0100 Subject: [PATCH] Sets APPROOT to www.stackage.org for prod --- etc/helm/values/production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/helm/values/production.yaml b/etc/helm/values/production.yaml index f245db5..d88f6ea 100644 --- a/etc/helm/values/production.yaml +++ b/etc/helm/values/production.yaml @@ -9,7 +9,7 @@ image: replicas: 2 replicasHoggle: 2 env: - approot: "https://stackage.org" + approot: "https://www.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!