Skip to content

Commit

Permalink
update ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias-115 committed Sep 26, 2024
1 parent 3adb685 commit c39c9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/deploy_juritcom/tasks/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
entryPoints:
- web
routes:
- match: "Host(`{{ juritcom_private_name }}`) && PathPrefix(`/api`)"
- match: "Host(`{{ juritcom_private_name }}`) && PathPrefix(`/doc`)"
kind: Rule
services:
- name: "{{ api_service }}"
Expand Down Expand Up @@ -42,7 +42,7 @@
namespace: "{{ juritcom_namespace }}"
spec:
replacePathRegex:
regex: /api(/|$)(.*)
regex: /doc(/|$)(.*)
replacement: /$2

- name: Creation Middleware bucket
Expand Down

0 comments on commit c39c9a8

Please sign in to comment.