A Helm chart for https://github.com/int128/jira-to-slack.
- Kubernetes 1.9+ with Beta APIs enabled
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
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 | {} |