Skip to content

Commit

Permalink
chore: match the search api root path on ingress and swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
jachro committed Feb 28, 2024
1 parent 7bf0fbd commit 68a29bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm-chart/renku/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ spec:
port:
number: 80
{{- end }}
- path: /search
- path: /apiv2/search
pathType: Prefix
backend:
service:
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku/templates/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
{"url": "/api/kg/spec.json", "name": "knowledge graph"},
{"url": "/api/notebooks/spec.json", "name": "notebooks service"},
{"url": "/api/data/spec.json", "name": "data service"},
{"url": "/search/spec.json", "name": "search service"}
{"url": "/apiv2/search/spec.json", "name": "search service"}
]
- name: OAUTH2_REDIRECT_URL
value: https://{{ .Values.global.renku.domain }}/swagger/oauth2-redirect.html
Expand Down

0 comments on commit 68a29bc

Please sign in to comment.