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.
helm install my-release ./charts
Then follow the instructions printed in the post-install NOTES to reach Adminer (e.g. via kubectl port-forward).
See charts/values.yaml for all configurable options (replicas, resources, storage, ports, labels, etc.). Notable ones:
postgres.replication.enabled / postgres.replication.replicas — toggle and size Postgres replicationpostgres.password / postgres.replicationPassword — override these rather than committing real credentialsadminer.service.extraSpec — merge extra fields into the Adminer Service spec (e.g. type: LoadBalancer)helm uninstall my-release