Before you apply
- Replace placeholder values in
deploy/k8s/secret.yaml - Or layer in your own secret management
urgentry ships both raw Kubernetes manifests and a Helm chart for self-hosted mode. Use the raw manifests when you want the smallest explicit baseline. Use Helm when your cluster workflow already lives there.
deploy/k8s.deploy/helm/urgentry.kubectl apply -k deploy/k8s kubectl -n urgentry-system get pods
deploy/k8s/secret.yamlbash deploy/k8s/smoke.sh up
helm upgrade --install urgentry deploy/helm/urgentry \ --set postgresql.password=changeme \ --set bootstrap.password=changeme
urgentry:latest on kind-* contextsUse the HA baseline to decide whether the topology is honest, or jump to maintenance mode if you are writing the operator runbook.