Skip to content

Documentation, docker-compose and helm charts for the full stigyvegan suite of services

License

Notifications You must be signed in to change notification settings

stingyvegan/stingyvegan-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StingyVegan Stack

Documentation, docker-compose and helm charts for the full stingyvegan suite of services

Services

API

https://github.com/stingyvegan/sv-api

StingyVegan exposes a REST API and WebSocket running node/express.

Client

https://github.com/stingyvegan/user-client

StingyVegan's client uses React bootstrapped with create-react-app.

Helm

Helm charts are provided to run the entire stingyvegan application easily in kubernetes.

# Add repository
helm repo add stingyvegan-helm https://helm.stingyvegan.com.au
# Install application into the `stingyvegan` namespace using chart
helm install -n stingyvegan stingyvegan stingyvegan-app
# Uninstall
helm uninstall -n stingyvegan stingyvegan

Local Development

Test helm chart locally

# Install using local chart
helm install -n stingyvegan stingyvegan ./helm
# Uninstall
helm uninstall -n stingyvegan stingyvegan

About

Documentation, docker-compose and helm charts for the full stigyvegan suite of services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published