Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deriegle/ticketing-microservices


https://github.com/deriegle/ticketing-microservices

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Ticketing microservices

## Add `ingress-nginx` controller when using Docker for Mac

[Additional Instructions](https://kubernetes.github.io/ingress-nginx/deploy/)

```bash
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/cloud/deploy.yaml
```

## Add ENVVARS

```bash
kubectl create secret generic jwt-secret --from-literal=JWT_KEY=asdf
kubectl create secret generic stripe-secret --from-literal STRIPE_KEY=sk_jfdaksfdjksakfldsa
```