deploy prometheus
This commit is contained in:
@@ -8,3 +8,4 @@ tools:
|
|||||||
clickhouse: {}
|
clickhouse: {}
|
||||||
grafana: {}
|
grafana: {}
|
||||||
plausible: {}
|
plausible: {}
|
||||||
|
prometheus: {}
|
||||||
23
prometheus/Chart.yaml
Normal file
23
prometheus/Chart.yaml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
name: prometheus
|
||||||
|
description: A Helm chart for Kubernetes
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: tool
|
||||||
|
version: 0.1.0
|
||||||
|
repository: https://gitea.arcodange.lab/api/packages/arcodange-org/helm
|
||||||
|
- name: prometheus
|
||||||
|
version: 28.13.0
|
||||||
|
repository: https://prometheus-community.github.io/helm-charts
|
||||||
|
|
||||||
|
# A chart can be either an 'application' or a 'library' chart.
|
||||||
|
#
|
||||||
|
# Application charts are a collection of templates that can be packaged into versioned archives
|
||||||
|
# to be deployed.
|
||||||
|
#
|
||||||
|
# Library charts provide useful utilities or functions for the chart developer. They're included as
|
||||||
|
# a dependency of application charts to inject those utilities and functions into the rendering
|
||||||
|
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
|
||||||
|
type: application
|
||||||
|
version: 0.1.0
|
||||||
|
appVersion: "v3.10.0"
|
||||||
3
prometheus/templates/helm-chart-config.yaml
Normal file
3
prometheus/templates/helm-chart-config.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{{- if eq .Values.tool.kind "HelmChart" -}}
|
||||||
|
{{- include "tool.helm-chart-config.tpl" . -}}
|
||||||
|
{{- end -}}
|
||||||
3
prometheus/templates/helm-chart.yaml
Normal file
3
prometheus/templates/helm-chart.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{{- if eq .Values.tool.kind "HelmChart" -}}
|
||||||
|
{{- include "tool.helm-chart.tpl" . -}}
|
||||||
|
{{- end -}}
|
||||||
1260
prometheus/values.yaml
Normal file
1260
prometheus/values.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user