feat: add monitoring
This commit is contained in:
parent
4c3d6160bf
commit
61e3cef4b5
4 changed files with 158 additions and 0 deletions
11
monitoring/Chart.yaml
Normal file
11
monitoring/Chart.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
apiVersion: v2
|
||||
name: prometheus-stack
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 0.1.0
|
||||
appVersion: "1.0"
|
||||
|
||||
dependencies:
|
||||
- name: kube-prometheus-stack
|
||||
version: 39.11.0
|
||||
repository: https://prometheus-community.github.io/helm-charts
|
||||
Reference in a new issue