Files
deprecated-helm-charts/stable/karma
Łukasz Mierzwa ee5e54a2d2 [stable/karma] add myself to the OWNERS file (#9737)
As the maintainer of the karma project I'd like to add myself to the OWNERS file to maintain latest version used here.

Signed-off-by: Łukasz Mierzwa <l.mierzwa@gmail.com>
2018-12-04 14:47:33 -08:00
..

Karma

Karma is an ASL2 licensed alert dashboard for Prometheus Alertmanager.

Introduction

This chart deploys karma to your cluster via a Deployment and Service. Optionally you can also enable ingress.

Prerequisites

  • Kubernetes 1.9+

Installing the Chart

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

$ helm install --name my-release stable/karma

After a few seconds, you should see service statuses being written to the configured output.

Tip

: List all releases using helm list

Uninstalling the Chart

To uninstall/delete the my-release deployment:

$ helm delete my-release

The command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

The following table lists the configurable parameters of the karma chart and their default values.

Parameter Description Default
replicaCount Number of replicas 1
image.repository The image to run lmierzwa/karma
image.tag The image tag to pull v0.18
image.pullPolicy Image pull policy IfNotPresent
nameOverride Override name of app ``
fullnameOverride Override full name of app ``
service.type Type of Service ClusterIP
service.port Port for kubernetes service 80
service.annotations Annotations to add to the service {}
resources.requests.cpu CPU resource requests
resources.limits.cpu CPU resource limits
resources.requests.memory Memory resource requests
resources.limits.memory Memory resource limits
ingress Settings for ingress {}
nodeSelector Settings for nodeselector {}
tolerations Settings for toleration {}
affinity Settings for affinity {}
serviceAccount.create Create service-account true
serviceAccount.name Override service-account name ``

Specify each parameter using the --set key=value[,key=value] argument to helm install. For example,

$ helm install --name my-release \
    stable/karma

Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,

$ helm install --name my-release -f values.yaml stable/karma

Tip

: You will have to define the URL to alertmanager in env-settings in values.yaml, under key ALERTMANAGER_URI .