Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 372 Bytes

File metadata and controls

11 lines (9 loc) · 372 Bytes

Kubernetes (Helm)

helm repo add fluidify https://charts.fluidify.ai
helm repo update
helm install fluidify-regen fluidify/fluidify-regen \
  --set ingress.host=incidents.your-domain.com \
  --set postgresql.auth.password=<strong-password>

For production HA (external DB, Redis Sentinel, zero-downtime deploys), see docs/OPERATIONS.md.