Difference between revisions of "Prom.yaml"
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
* [[Prometheus installation]] | * [[Prometheus installation]] | ||
* <code>[[helm repo add prometheus-community]]</code> | * <code>[[helm repo add prometheus-community]]</code> | ||
− | + | * <code>[[helm install prometheus]]</code> | |
== See also == | == See also == |
Revision as of 13:09, 21 December 2022
prometheus: prometheusSpec: storageSpec: volumeClaimTemplate: spec: storageClassName: "{REPLCAE_ME_WITH_STORAGE_CLASS_NAME}" accessModes: ["ReadWriteOnce"] resources: requests: storage: 100Gi grafana: persistence: enabled: true type: pvc storageClassName: "{REPLCAE_ME_WITH_STORAGE_CLASS_NAME}" accessModes: ["ReadWriteOnce"] size: 10Gi finalizers: - kubernetes.io/pvc-protection
Related
Related
See also
- Prometheus: Prometheus installation,
9090
, storage, Prometheus exporters: Node exporter9100
, Blackbox exporter, Prometheus alertmanager (changelog), Prometheus versions, Prometheus Node exporter releases,promtool
,amtool, tsdb
,/etc/default/prometheus, /etc/prometheus/prometheus.yml, journalctl -u prometheus
,/etc/default/prometheus-node-exporter
, PromQL,alert:
, Prometheus Operator, Thanos, VictoriaMetrics, PushGateway, Prometheus API,values.yml
, Amazon Managed Service for Prometheus
Advertising: