aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: rename missing files/conf from Hoarder to Karakeep (#1280)adripo2025-04-217-18/+18
| | | | | | | | | * refactor: Rename remaining project configuration from Hoarder to Karakeep * some fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* docs: Various Kubernetes deployment improvements (#862)Eric B2025-01-196-13/+41
| | | | | | | | | | | | | | | | | | | | | | * changed the secrets from configmap to secret object, create ingress instead of loadbalancer. Implemented the generation of a secret from the .env file and then put as environment variables into the deployments. Nextauth_URL is now set in the kustomization file and is then generated into a configmap and put as an env into the deployments. Opionated change: the web service is now a clusterIP Service and an ingress object is included. * changed the tls secret name in kustomize to a more example name * fixed image name in kustomization so the version tag gets replaced properly * tags are without v, otherwise we get an imagepullerror * removed unneccessary parts of the .env.sample * split env and secrets, added documentation, created sample ingress. changed the default from ingress back to Loadbalancer. Added Documentation on how to change to ingress and add TLS Support. split env to secret and env file which have to be configured before deploying.
* docker: Upgrade meilisearch to v1.11.1 (#629)Marc2024-11-101-1/+1
|
* k8s: Drop redis and workers container from k8s templatesMohamedBassem2024-08-316-103/+4
|
* [docker] Adding chrome-service.yaml and adapt kustomization.yaml. Fixes #357 ↵rootly2024-08-212-0/+13
| | | | | (#358) Co-authored-by: rootly-be <gregorymichel@rootly.be>
* docs: Add Kubernetes installation with Kustomize (#324)Jose Fuentes Castillo2024-07-2817-0/+314
* Add kubernetes installation * Add kubernetes installation docs * Simplify config * Remove the patch to use only amd64 nodes and add sample env file