From ec6edc5226563e630de3f8c10a8013ff97b83914 Mon Sep 17 00:00:00 2001 From: Andraz Vrhovec Date: Thu, 3 Dec 2020 00:52:52 +0100 Subject: [PATCH] enable ingressroute --- .helm/values.prod.yml | 1 + .helm/values.stage.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.helm/values.prod.yml b/.helm/values.prod.yml index a999370..2f3d25d 100644 --- a/.helm/values.prod.yml +++ b/.helm/values.prod.yml @@ -2,5 +2,6 @@ image: repository: ghcr.io/sledilnik/spark ingressroute: + enabled: true rule: Host(`www.covid-spark.info`) || Host(`covid-spark.info`) certResolver: letsencrypt \ No newline at end of file diff --git a/.helm/values.stage.yml b/.helm/values.stage.yml index fb2d733..0929130 100644 --- a/.helm/values.stage.yml +++ b/.helm/values.stage.yml @@ -2,5 +2,6 @@ image: repository: ghcr.io/sledilnik/spark ingressroute: + enabled: true rule: Host(`stage.covid-spark.info`) certResolver: letsencrypt \ No newline at end of file