seriohub / velero-api

This Python project is designed to communicate with the velero client in the Kubernetes environment. Created as a backend project for Velero-UI.
Apache License 2.0
8 stars 2 forks source link

Move api to /api prefix #23

Closed hoerup closed 4 months ago

hoerup commented 4 months ago

Just an idea: maybe move all api endpoints to a /api prefix then you could rework helm ingress objects to use just one domain

50_ingress.yaml: path: /api pathType: Prefix 150_ingress.yaml: path: / # as it is currently pathType: Prefix

davideserio commented 4 months ago

Hi, Any idea or suggestion is always welcome as a cue for improvement. In the short term, we are unable to test it, but we will conduct some testing as soon as possible.