Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 922 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 922 Bytes

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