Skip to content

Thiryn/sample-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample API

This is a sample API and its kubernetes deployment.

API

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

Deployment

Minikube

You can use Minikube to deploy the application via helm:

  1. Create the minikube cluster

This will also deploy the loadbalancer and configure it.

make minikube-start
  1. Deploy API the chart
make minikube-deploy

DigitalOcean

  1. Deploy API the chart
make deploy
  1. Install Otomi
make do-install-otomi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published