Files
alertmanager-discord/deploy/helm
Iain Sproat c6dd80140e Circleci should publish helm chart to gh-pages (#15)
* Update screenshot to match current output
* Add job to Helm package and push to gh-pages branch
* Update .gitignore
* Add job to get version, semver2 compatible
* Only helm publish on main branch
* Add build arg to Dockerfile build command to set application version number
2022-11-24 16:28:00 +00:00
..
2022-11-07 21:10:35 +00:00
2022-11-21 21:04:05 +00:00

alertmanager-discord

Version: 0.0.0-local Type: application AppVersion: 0.0.0-local

A Helm chart to deploy alertmanager-discord to Kubernetes

Values

Key Type Default Description
affinity object {}
ciliumNetworkPolicy.alertManagerSelectorLabels object {} the labels applied to the alertmanager which will send data to this service. If Cilium Network Policy is enabled, ingress to this service is only allowed from a pod matching these labels.
ciliumNetworkPolicy.enabled bool false
fullnameOverride string ""
image.pullPolicy string "Always"
image.repository string "speckle/alertmanager-discord"
image.tag string "latest" Overrides the image tag whose default is the chart appVersion.
imagePullSecrets list []
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext.fsGroup int 2000
replicaCount int 1
resources.limits.cpu string "100m"
resources.limits.memory string "128Mi"
resources.requests.cpu string "50m"
resources.requests.memory string "64Mi"
securityContext.capabilities.drop[0] string "ALL"
securityContext.readOnlyRootFilesystem bool true
securityContext.runAsNonRoot bool true
securityContext.runAsUser int 1000
server.configuration.key string "config.yaml" the key within the Kubernetes Secret. This key is expected to be a filename, as it will for the path for the configuration file when mounted to the container.
server.configuration.name string "discord-config" name of the Kubernetes Secret containing the configuration file, will be mounted to the container. Must be in the same namespace as this helm chart is deployed.
service.port int 9094 The port to which alertmanager should push alerts
service.type string "ClusterIP"
serviceAccount.annotations object {} Annotations to add to the service account
serviceAccount.create bool true Specifies whether a service account should be created
serviceAccount.name string "" The name of the service account to use. If not set and create is true, a name is generated using the fullname template
tolerations list []