Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

bricksum/bricksum-helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bricksum Helm Charts

Helm chart repository for Bricksum projects. Charts are automatically packaged and published to GitHub Pages via the chart-releaser action.

Usage

Add the Helm repository

helm repo add bricksum https://<username>.github.io/bricksum-helm-charts
helm repo update

Install the Cluma chart

helm install cluma bricksum/cluma -n cluma-system --create-namespace

See charts/cluma for chart-specific documentation and the full values.yaml reference.

Key Parameters

Parameter Description Default
global.nodeIP Kubernetes node IP (auto-detect if empty) ""
frontend.image.tag Frontend image tag "v0.0.1"
backend.image.tag Backend image tag "v0.0.1"
ingress.enabled Enable ingress true
ingress.host Ingress hostname cluma.internal
persistence.storageType Storage type (hostpath or nfs-csi) nfs-csi
persistence.storageClass Default storage class nfs-csi
postgresql.persistence.size PostgreSQL volume size 20Gi
registry.persistence.size Docker registry volume size 50Gi
registry.service.nodePort Registry NodePort 32000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors