Difference between revisions of "Prom.yaml"

From wikieduonline
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>
[[helm install prometheus]]
+
* <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

Advertising: