Skip to content

koala-sandbox/test-openapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-openapi

This repo was created with KoalaOps

Description

How to run locally?

go mod tidy
go run main.go

How to run with Docker?

docker build -t test-openapi:latest .
docker run -p:5030:8080 test-openapi:latest

Server will listen at http://localhost:5030

K8s Configuation and Deployment

On service creation Koala created for you 3 k8s resources to use:

  • deployment.yaml
  • service.yaml
  • ingress.yaml

Those are located in the deploy directory and should be applied with kustomize. For example:

In Production run:

cd deploy
kubectl apply -k overlays/prod

In Dev run:

cd deploy
kubectl apply -k overlays/dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages