Skip to content

Commit

Permalink
add ingress for api/v3/pseudonyms
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorCapCoder committed Sep 19, 2023
1 parent 6ae4046 commit f80a5c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/group_vars/all/x_ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ default_ingress:
path: /api/v3/videoconference2
serviceName: api-svc
servicePort: "{{ PORT_SERVER }}"
api_v3_pseudonyms:
path: /api/v3/pseudonyms
serviceName: api-svc
servicePort: "{{ PORT_SERVER }}"
api_v1_roster:
path: /api/v1/roster
api_roster:
Expand Down

0 comments on commit f80a5c2

Please sign in to comment.