Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

N21-1269 roster adaptation #646

Merged
merged 10 commits into from
Sep 22, 2023
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