一、prometheus helm仓库
## 网站地址
# https://artifacthub.io/
## prometheus 地址
# https://artifacthub.io/packages/helm/prometheus-community/prometheus
.
# helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
# helm repo update
二、下载及解压
# helm search repo prometheus-community
# helm pull prometheus-community/kube-prometheus-stack
三、修改values.yaml文件
# alertmanager: 修改
ingress:
enabled: true
ingressClassName: nginx
annotations: {}
labels: {}
hosts:
- alertmanager.kyc.com