A Helm chart makes VerifyWise easier to install and configure for self-hosters, and it's a requirement for listing in a vendor catalog.
Scope
Convert the existing manifests in kubernetes/base into a Helm chart:
- Chart.yaml with name, version and app version
- values.yaml covering the configurable parts (image tags, replicas, ingress, resources, env config, secrets)
- Templated manifests for the backend, frontend, worker, ingress, service, configmap and secrets
- Postgres and Redis declared as chart dependencies (or documented as external), not bundled
A Helm chart makes VerifyWise easier to install and configure for self-hosters, and it's a requirement for listing in a vendor catalog.
Scope
Convert the existing manifests in kubernetes/base into a Helm chart: