Back to Charts

⚠️ Repo Archive Notice

stable/centrifugo/README.md

latest3.5 KB
Original Source

⚠️ Repo Archive Notice

As of Nov 13, 2020, charts in this repo will no longer be updated. For more information, see the Helm Charts Deprecation and Archive Notice, and Update.

Centrifugo

Centrifugo is a real-time messaging server. It's language-agnostic and can be used in conjunction with application backend written in any language - Python, Ruby, Perl, PHP, Javascript, Java, Objective-C etc.

DEPRECATION NOTICE

This chart is deprecated and no longer supported.

TL;DR;

bash
$ helm install stable/centrifugo

Introduction

This chart bootstraps a Centrifugo deployment on a Kubernetes cluster using the Helm package manager.

Prerequisites

  • Kubernetes 1.4+ with Beta APIs enabled

Installing the Chart

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

bash
$ helm install --name my-release stable/centrifugo

The command deploys Centrifugo on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.

Tip: List all releases using helm list

Uninstalling the Chart

To uninstall/delete the my-release deployment:

bash
$ 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 Centrifugo chart and their default values.

ParameterDescriptionDefault
image.repositoryCetrifugo image repositorycentrifugo/centrifugo
image.tagCetrifugo image tagv2.4.0
image.pullPolicyImage pull policyIfNotPresent
resourcesCPU/Memory resource requests/limits{}
configCentrifugo configdefault
argsCentrifugo args--config=centrifugo/config.json --admin --health
grpc.enabledEnable grpc supportfalse

For more information please refer to the documentation.

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

bash
$ helm install --name my-release \
  --set ingress.enabled=true \
    stable/centrifugo

The above command disable ingress for Centrifugo.

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

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

Tip: You can use the default values.yaml