This is a sample API and its kubernetes deployment.
The API uses generated types from the openapi definition api/api.openapi.yaml. It only exposes one endpoint which lists objects from a public S3 bucket
You can use Minikube to deploy the application via helm:
- Create the minikube cluster
This will also deploy the loadbalancer and configure it.
make minikube-start- Deploy API the chart
make minikube-deploy- Deploy API the chart
make deploy- Install Otomi
make do-install-otomi