A Helm chart for Kubernetes and Mattermost Application Chaos Engine
Add Mattermost public chart repo:
helm repo add mattermost https://helm.mattermost.comA simple install with default values:
helm install mattermost/mattermost-chaos-engineTo install the chart with the release name my-release:
helm install my-release mattermost/mattermost-chaos-engineTo install with some set values:
helm install my-release mattermost/mattermost-chaos-engine --set values_key1=value1 --set values_key2=value2To install with custom values file:
helm install my-release mattermost/mattermost-chaos-engine -f values.yaml| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} |
|
| autoscaling.enabled | bool | false |
|
| autoscaling.maxReplicas | int | 100 |
|
| autoscaling.minReplicas | int | 1 |
|
| autoscaling.targetCPUUtilizationPercentage | int | 80 |
|
| containers.envVars | object | {} |
The environment variables to be used in Deployment |
| containers.ports | list | [{"containerPort":3000,"name":"http","protocol":"TCP"}] |
The ports which needed to be exposed |
| containers.secrets | object | {"data":{},"stringData":{}} |
The secrets environment variables to be used in Deployment |
| fullnameOverride | string | "" |
|
| image.pullPolicy | string | "IfNotPresent" |
|
| image.repository | string | "mattermost/mattermost-app-chaosengine" |
|
| image.tag | string | "c153e43" |
|
| imagePullSecrets | list | [] |
|
| ingress.annotations | object | {} |
|
| ingress.enabled | bool | false |
|
| ingress.hosts[0].host | string | "chart-example.local" |
|
| ingress.hosts[0].paths[0].backend.serviceName | string | "chart-example.local" |
|
| ingress.hosts[0].paths[0].backend.servicePort | int | 3000 |
|
| ingress.hosts[0].paths[0].path | string | "/" |
|
| ingress.tls | list | [] |
|
| nameOverride | string | "" |
|
| nodeSelector | object | {} |
|
| podAnnotations | object | {} |
|
| podSecurityContext | object | {} |
|
| replicaCount | int | 1 |
|
| resources | object | {} |
|
| securityContext | object | {} |
|
| service.port | int | 3000 |
|
| service.type | string | "ClusterIP" |
|
| serviceAccount.annotations | object | {} |
|
| serviceAccount.create | bool | true |
|
| serviceAccount.name | string | "" |
|
| tolerations | list | [] |