
- removing spaces at end of line - fixing spelling and grammar mistakes - making sure 'Vikunja' is spelled the same way everywhere - prefer using editors word wrap instead of hardcoding word wrap in markdown (reason: different word wrap per editor & end of line space) - add newline add end where missing - remove double colon at end of headlines - remove unnecessary indention - make sure code blocks and headlines etc always have an empty line around
23 lines
544 B
Markdown
23 lines
544 B
Markdown
---
|
|
title: "Hosting Vikunja with k8s"
|
|
date: 2022-08-12T13:41:48+02:00
|
|
draft: false
|
|
type: "doc"
|
|
menu:
|
|
sidebar:
|
|
parent: "setup"
|
|
---
|
|
|
|
# Hosting Vikunja with k8s
|
|
|
|
We have an official Helm Chart for Vikunja.
|
|
|
|
Check out [the repo](https://kolaente.dev/vikunja/helm-chart/) for more information about how to use it.
|
|
|
|
## Third-party Helm Charts
|
|
|
|
There are two third-party Helm-Charts which can be used to host Vikunja with k8s:
|
|
|
|
* [Truecharts](https://truecharts.org/charts/stable/vikunja/)
|
|
* [k8s at Home](https://github.com/k8s-at-home/charts)
|