Skip to content

Commit

Permalink
DEVOPS-1348: add bicycle nginx location to navi-front (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimiDr0l authored Aug 29, 2024
1 parent d751a56 commit 7f321c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/navi-front/templates/configmap-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ data:
js_content bundle.geo_coding;
}

location ^~ /bicycle {
js_content bundle.geo_coding;
}

location ^~ /public_transport {
js_content bundle.geo_coding;
}
Expand Down

0 comments on commit 7f321c4

Please sign in to comment.