.ingress section in values.yaml.
To use ingress, you need an ingress controller running in your cluster (e.g., NGINX, AWS ALB, or Traefik) and DNS entries pointing to it.
cert-manager integration: If you use cert-manager for automatic TLS, add the annotation
cert-manager.io/cluster-issuer: <issuer-name> and set tls.secretName — cert-manager will provision the certificate automatically.NGINX ingress controller
To use the NGINX Ingress Controller, configure the
values.yaml as follows:
AWS ALB (Application load balancer)
For AWS ALB Ingress Controller, configure the
values.yaml as follows:
Traefik Ingress controller
For Traefik, configure the
values.yaml as follows:
Multiple services example
To expose both the Ledger API and Grafana with different hostnames:

