Deployment
Deployment guide for the ID Generator service — Helm chart installation, configuration, Docker setup, and local development.
Helm chart (Kubernetes)
Prerequisites
Quick install
helm repo add openg2p https://openg2p.github.io/openg2p-helm
helm repo update
helm install id-generator openg2p/openg2p-id-generator \
-n <namespace> --create-namespaceInstall with custom ID types
helm install id-generator openg2p/openg2p-id-generator \
-n trial --create-namespace \
-f my-values.yamlUpgrade
Uninstall
Helm values reference
Global parameters
Parameter
Description
Default
Application config
Parameter
Description
Default
Scaling
Parameter
Description
Default
Istio
Parameter
Description
Default
Startup sequence
Kubernetes resources created
Resource
Purpose
Docker
Docker Compose (recommended for local)
Docker run (with existing database)
Local development (without Docker)
Prerequisites
Setup
Environment variables
Variable
Default
Description
Last updated
Was this helpful?

