Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

KaratsubaLabs/donburi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm charts

DEPRECATION NOTICE - merged into monorepo with tonkatsu.

Collection of karatusalabs helm charts

LOCAL DEVELOPMENT

To do local development, you can use a tool like minikube (might consider switching over to kind later, setting up ingress just seems like a pain).

To get started, install minikube and create your own local cluster:

$ minikube start

Also install the ingress plugin so we can access our services

$ minikube addons enable ingress

Next, we need to add a static route to our cluster, run:

echo "$(minikube ip) [testing-domain]" | sudo tee -a /etc/hosts

CHARTS LIST

list of charts that we currently maintain include

  • codimd: markdown editor
  • registry: docker registry

About

collection of karatsubalabs helm charts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages