Completed: * Use Axum + Tower * Setup metrics w/Prometheus & Grafana * Setup distributed tracing w/OTLP exporter + Tempo * Enable MQTT on RabbitMQ * Add compatibility for docker-compose * Update all dependencies * Create Config Files * Clean handling of tasks * Migrate from Diesel ORM to SQLX TODO: * Fix Tilt K8S setup * Consider Tilt docker file
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: 12.10.0
|
|
repository: https://charts.bitnami.com/bitnami/
|