Skip to content

tty47/setget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

The resources in this repo deploys a service to Kubernetes using Helm.

There are two componentes:

  • MySQL: We are going to use this service as database.
  • SetGet: An API service that has two endpoints:
    • /get: Returns one of the previously persisted string values (a random one).
    • /set: Accepts a body value and persists it, the body looks like:
      • {
          "item": "value to insert"
        }

Go to INSTALLATION.md to install the service in your cluster.


Jose Ramon Mañes

About

Set & Get API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors