This Helm chart can be used to deploy LinkAce to your Kubernetes cluster. Please note that this chart deploys the full application stack by default, including a MariaDB database, Redis for caching, and Meilisearch for search. It is possible to use existing database, Redis, or Meilisearch services. Please see the values.yml file for details.
This Helm Chart is currently a beta version. Please give feedback if you are using it.
Helm Chart
Please visit the Helm Chart documentation in the repository for the current version of the chart with usage instructions.
By default, the chart configures APP_SEARCH_DRIVER=meilisearch and points LinkAce to the bundled Meilisearch service. If you disable the bundled Meilisearch service, configure an external search service or set APP_SEARCH_DRIVER=database in the chart environment file.
Follow the post-installation steps
Please make sure to follow the post-installation steps now to fully enable all features.
Compatibility with other Tools
- Watchtower: Several users reported broken LinkAce installations after Watchtower ran updates. Please exclude LinkAce from Watchtower and only update manually to properly run all update steps.