Skip to content

Deployment Guide

Richard Kindler edited this page Nov 25, 2025 · 1 revision

📘 Deployment Guide

Using Helmfile

Deploy to staging:

helmfile apply -e staging

Deploy to production:

helmfile apply -e production

Environments

staging

production

local

Values Files

values-staging.yaml

values-production.yaml

Ingress + TLS

The gateway uses:

NGINX Ingress

Cert-manager

DNS-verified certificates

Clone this wiki locally