Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

README.md

README.md 2.01 KiB

Helm Chart for Quassel Core

TL;DR

$ helm repo add justjanne https://helm.k8r.eu/
$ helm install -f values.yaml quassel-core --set fullnameOverride=quassel-core justjanne/quassel

Introduction

This chart installs a Quassel Core deployment on a Kubernetes cluster using the Helm package manager.

It supports the following architectures: x86-64, aarch64, armhf.
For non-x86_64 deployments, use --set image.tag=v0.14.0-aarch64 (or v0.14.0-armhf accordingly)

Installing the Chart

To install the chart with the release name my-release:

$ helm install my-release justjanne/quassel-helm

The command deploys Quassel Core on the Kubernetes cluster in the default configuration. See values.yaml for available configuration options.