* Implemented user registration and login * Implemented JWT creation and verification * Implemented several dummy API endpoints * Define env vars in helm values.yaml file * Label resources in Tilt * Created crude react frontend for testing register / login functionality
12 lines
226 B
YAML
12 lines
226 B
YAML
apiVersion: v2
|
|
name: postgresql
|
|
description: Our PostgreSQL Chart
|
|
type: application
|
|
version: 0.1.0
|
|
appVersion: 0.1.0
|
|
|
|
dependencies:
|
|
- name: postgresql
|
|
version: 10.10.3
|
|
repository: https://charts.bitnami.com/bitnami/
|