Skip to content

DanskeStatsbaner/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSB Helm Charts

License Charts Releases downloads

Common components exposed through helm chart, if this is the first time you are deploying a given component remember to read the components values.yaml docs before deploying.

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

helm repo add dsb https://DanskeStatsbaner.github.io/helm-charts/

You can then run

helm search repo dsb

to see the charts.

Charts in repo:

Note this list is manually maintained.

DSB Kong Controller

Kubernetes controller to implement the standard usage of Kong in DSB. This service is responsible for updating the Kong developer portal when new services are deployed. (more here)

Read the values file to see more settings:

helm show values dsb/dsb-kong-controller

DSB Kong

Umbrella Chart that packages Kong as an Ingress or gateway, statsd along with DSB specific configurations.

This chart assumes you have a cluster running with the following:

You can see example values files for various deployments (ingress, data plane, control plane) in the examples folder.

Read the values file to see settings.

helm show values dsb/dsb-kong

DSB Sentinel Dashboard

Lightweight tool to help developers work with the output of structured json logs. (more here)

Read the values file to see more settings:

helm show values dsb/dsb-sentinel-dashboard

DSB Skooner Lite

Lightweight tool to help developers see their workloads in kubernetes. (more here)

Read the values file to see more settings:

helm show values dsb/dsb-skooner-lite