Skip to content

Commit

Permalink
prometheus pvc
Browse files Browse the repository at this point in the history
  • Loading branch information
theadzik committed Jan 10, 2025
1 parent de6fcba commit d8dbd70
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions manifests/applications/kube-prometheus-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,22 @@ spec:
serviceMonitorSelectorNilUsesHelmValues: false
serviceMonitorSelector: {}
serviceMonitorNamespaceSelector: {}
retention: 30d
retentionSize: "20Gi"
resources:
requests:
cpu: 100m
memory: 1.5Gi
limits:
memory: 3Gi
storageSpec:
volumeClaimTemplate:
spec:
storageClassName: longhorn
accessModes: ["ReadWriteMany"]
resources:
requests:
storage: 24Gi
grafana:
dashboardProviders:
dashboardproviders.yaml:
Expand Down

0 comments on commit d8dbd70

Please sign in to comment.