adminer-helm

Note: This README was generated with AI assistance. The Helm chart itself (templates, values, scripts) was written by hand.

⚠️ Not for production. This chart is a personal learning/testing project for practicing Helm. It hasn’t been hardened for production use (secrets, security, backups, HA, etc. are minimal or missing).

A Helm chart that deploys Adminer alongside a PostgreSQL database (with optional streaming replication) for local testing and experimentation.

What it deploys

Install

helm install my-release ./charts

Then follow the instructions printed in the post-install NOTES to reach Adminer (e.g. via kubectl port-forward).

Configuration

See charts/values.yaml for all configurable options (replicas, resources, storage, ports, labels, etc.). Notable ones:

Uninstall

helm uninstall my-release