Skip to content

Commit

Permalink
enable ingressroute
Browse files Browse the repository at this point in the history
  • Loading branch information
Andraz Vrhovec committed Dec 2, 2020
1 parent 3f00ba4 commit ec6edc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .helm/values.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions .helm/values.stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
image:
repository: ghcr.io/sledilnik/spark
ingressroute:
enabled: true
rule: Host(`stage.covid-spark.info`)
certResolver: letsencrypt

0 comments on commit ec6edc5

Please sign in to comment.