Vinoth Kumar Mohanraj
05/21/2024, 2:10 PMPrashant Shahi
05/21/2024, 4:10 PMVinoth Kumar Mohanraj
05/22/2024, 6:19 AMPrashant Shahi
05/22/2024, 8:53 AMadditionalEnvs
is supported however, the latest charts README is not up-to-date.Vinoth Kumar Mohanraj
05/22/2024, 9:01 AMVinoth Kumar Mohanraj
05/22/2024, 9:01 AMvalues.yaml
for defaults
resources:
requests:
cpu: 100m
memory: 100Mi
# limits:
# cpu: 200m
# memory: 200Mi
# -- Alertmanager priority class name
priorityClassName: “”
# -- Node selector for settings for Alertmanager pod
nodeSelector: {}
# -- Toleration labels for Alertmanager pod assignment
tolerations: []
# -- Affinity settings for Alertmanager pod
affinity: {}
# -- TopologySpreadConstraints describes how Alertmanager pods ought to spread
topologySpreadConstraints: []
statefulSet:
annotations:
“helm.sh/hook-weight”: “4”
podAnnotations: {}
podLabels: {}
# Ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/
podDisruptionBudget: {}
# maxUnavailable: 1
# minAvailable: 1
persistence:
# -- Enable data persistence using PVC for Alertmanager data.
enabled: true
# -- Name of an existing PVC to use (only when deploying a single replica)
existingClaim: “”
# -- Persistent Volume Storage Class to use.
# If defined, storageClassName: <storageClass>
.
# If set to “-”, storageClassName: “”
, which disables dynamic provisioning
# If undefined (the default) or set to null
, no storageClassName spec is
# set, choosing the default provisioner.
#
storageClass: null
# -- Access Modes for persistent volume
accessModes:
- ReadWriteOnce
# -- Persistent Volume size
size: 100Mi
## Using the config, alertmanager.yml file is created.
## We no longer need the config file as query services
## delivers the required config.
# config:
# global:
# resolve_timeout: 1m
# slack_api_url: ‘https://hooks.slack.com/services/xxx’
# templates:
# - ‘/etc/alertmanager/*.tmpl’
# receivers:
# - name: ‘slack-notifications’
# slack_configs:
# - channel: ‘#alerts’
# send_resolved: true
# icon_url: https://avatars3.githubusercontent.com/u/3380462
# title: ‘{{ template “slack.title” . }}’
# text: ‘{{ template “slack.text” . }}’
# route:
# receiver: ‘slack-notifications’
## Templates are no longer needed as they are included
## from frontend placeholder while creating alert channels.
# templates:
# title.tmpl: |-
# {{ define “slack.title” }}
# [{{ .Status | toUpper }}{{ if eq .Status “firing” }}:{{ .Alerts.Firing | len }}{{ end }}] {{ .CommonLabels.alertname }} for {{ .CommonLabels.job }}
# {{- if gt (len .CommonLabels) (len .GroupLabels) -}}
# {{” “}}(
# {{- with .CommonLabels.Remove .GroupLabels.Names }}
# {{- range $index, $label := .SortedPairs -}}
# {{ if $index }}, {{ end }}
# {{- $label.Name }}=“{{ $label.Value -}}”
# {{- end }}
# {{- end -}}
# )
# {{- end }}
# {{ end }}
# text.tmpl: |-
# {{ define “slack.text” }}
# {{ range .Alerts -}}
# Alert: {{ .Labels.alertname }}{{ if .Labels.severity }} - `{{ .Labels.severity }}`{{ end }}
# Summary: {{ .Annotations.summary }}
# Description: {{ .Annotations.description }}
# Details:
# {{ range .Labels.SortedPairs }} • {{ .Name }}: {{ .Value }}
# {{ end }}
# {{ end }}
# {{ end }}
## Monitors ConfigMap changes and POSTs to a URL
## Ref: https://github.com/jimmidyson/configmap-reload
##
configmapReload:
## If false, the configmap-reload container will not be deployed
##
enabled: false
## configmap-reload container name
##
name: configmap-reload
## configmap-reload container image
##
image:
repository: jimmidyson/configmap-reload
tag: v0.5.0
pullPolicy: IfNotPresent
# containerPort: 9533
# -- Configure resource requests and limits. Update as per your need.
# Ref: http://kubernetes.io/docs/user-guide/compute-resources/
#
# @default -- See values.yaml
for defaults
resources:
requests:
cpu: 100m
memory: 100Mi
# limits:
# cpu: 200m
# memory: 200MiVinoth Kumar Mohanraj
05/22/2024, 9:02 AMPrashant Shahi
05/22/2024, 1:57 PMVinoth Kumar Mohanraj
05/22/2024, 2:03 PMPrashant Shahi
05/22/2024, 2:15 PMPrashant Shahi
05/22/2024, 2:15 PMhelm repo update signoz
helm upgrade ...
Vinoth Kumar Mohanraj
05/22/2024, 2:17 PMPrashant Shahi
05/22/2024, 2:20 PMVinoth Kumar Mohanraj
05/22/2024, 3:13 PMVinoth Kumar Mohanraj
05/22/2024, 3:13 PMPrashant Shahi
05/22/2024, 3:21 PMVinoth Kumar Mohanraj
05/22/2024, 3:22 PMVinoth Kumar Mohanraj
05/23/2024, 7:42 AMVinoth Kumar Mohanraj
05/23/2024, 7:42 AMVinoth Kumar Mohanraj
05/23/2024, 7:42 AMVinoth Kumar Mohanraj
05/23/2024, 7:42 AMVinoth Kumar Mohanraj
05/23/2024, 7:42 AMVinoth Kumar Mohanraj
05/23/2024, 12:24 PMVinoth Kumar Mohanraj
05/23/2024, 12:24 PM