[DO-1431] Co-authored-by: denis.patrakeev <denis.patrakeev@avroid.tech> Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/9
62 lines
1.2 KiB
YAML
62 lines
1.2 KiB
YAML
# https://github.com/wiremind/wiremind-helm-charts/blob/main/charts/karma/values.yaml
|
|
|
|
# Number of replicas
|
|
replicaCount: 2
|
|
|
|
image:
|
|
repository: ghcr.io/prymitive/karma
|
|
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
kubernetes.io/ingress.class: nginx
|
|
hosts:
|
|
- karma.avroid.tech
|
|
ingressClassName: "nginx"
|
|
path: /
|
|
pathType: ImplementationSpecific
|
|
tls: []
|
|
# - secretName: chart-example-tls
|
|
# hosts:
|
|
# - chart-example.local
|
|
|
|
nodeSelector:
|
|
node-role.kubernetes.io/worker: ""
|
|
|
|
configMap:
|
|
enabled: true
|
|
rawConfig:
|
|
alertmanager:
|
|
interval: 30s
|
|
servers:
|
|
- cluster: standalone
|
|
name: avroid
|
|
uri: http://h-mon.avroid.tech:9093
|
|
timeout: 10s
|
|
proxy: true
|
|
cors:
|
|
credentials: same-origin
|
|
labels:
|
|
color:
|
|
static:
|
|
- job
|
|
unique:
|
|
- alertname
|
|
- alertgroup
|
|
- severity
|
|
- name
|
|
- job
|
|
- instance
|
|
- subsystem
|
|
- device
|
|
- mountpoint
|
|
ui:
|
|
refresh: 10s
|
|
animations: true
|
|
colorTitlebar: true
|
|
multiGridLabel: severity
|
|
filters:
|
|
default:
|
|
- "@state!=suppressed"
|
|
- "@receiver!=avroid_alerts_critical"
|