Skip to content

Commit

Permalink
Update kong route path
Browse files Browse the repository at this point in the history
  • Loading branch information
pdavide committed Feb 26, 2022
1 parent a16ff82 commit bbee8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/templates/k8s/namespace/10_kong.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ data:
add_service "portal" "url=https://nginx/api"
add_service "matomo" "url=http://express:7080"
add_route "portal" "paths[]=/"
add_route "matomo" "paths[]=/"
add_route "matomo" "paths[]=/matomo"
)
echo "I have done my job .... enjoy kong and webanalytics italia"
---
Expand Down

0 comments on commit bbee8fd

Please sign in to comment.