Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 932 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 932 Bytes

JIRA to Mattermost Integration

A Helm chart for https://github.com/int128/jira-to-slack.

Prerequisites

  • Kubernetes 1.9+ with Beta APIs enabled

Getting Started

To install the chart with the release name jira-to-slack:

helm install ./jira-to-slack --name jira-to-slack

To upgrade to a more recent version of jira-to-slack:

helm upgrade jira-to-slack

To delete the release jira-to-slack:

helm delete jira-to-slack

Configuration

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

Parameter Description Default
ingress.enabled Enable ingress controller resource. false
ingress.hosts Hostnames. [jira-to-slack.example.com]
resources.limits Pod resource limits. {}
resources.requests Pod resource requests. {}
nodeSelector Node labels for pod assignment {}