From f778240fd728fd6efca7c5f6bdd5f924cef2fe29 Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Wed, 18 Dec 2024 12:59:30 +0330 Subject: [PATCH 1/2] Changed default values --- .../pyroscope/values-micro-services-hpa.yaml | 24 ++++++------- .../helm/pyroscope/values-micro-services.yaml | 34 +++++++++---------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/operations/pyroscope/helm/pyroscope/values-micro-services-hpa.yaml b/operations/pyroscope/helm/pyroscope/values-micro-services-hpa.yaml index e355b8a6bb..db7409aaaa 100644 --- a/operations/pyroscope/helm/pyroscope/values-micro-services-hpa.yaml +++ b/operations/pyroscope/helm/pyroscope/values-micro-services-hpa.yaml @@ -24,7 +24,7 @@ pyroscope: memory: 1Gi requests: memory: 256Mi - cpu: 1 + cpu: 500m query-frontend: kind: Deployment replicaCount: 2 @@ -39,7 +39,7 @@ pyroscope: memory: 1Gi requests: memory: 256Mi - cpu: 100m + cpu: 500m query-scheduler: kind: Deployment replicaCount: 2 @@ -53,7 +53,7 @@ pyroscope: memory: 1Gi requests: memory: 256Mi - cpu: 100m + cpu: 500m distributor: kind: Deployment replicaCount: 2 @@ -73,10 +73,10 @@ pyroscope: terminationGracePeriodSeconds: 600 resources: limits: - memory: 16Gi + memory: 1Gi requests: - memory: 8Gi - cpu: 1 + memory: 256Mi + cpu: 500m compactor: kind: StatefulSet replicaCount: 3 @@ -85,10 +85,10 @@ pyroscope: enabled: false resources: limits: - memory: 16Gi + memory: 1Gi requests: - memory: 8Gi - cpu: 1 + memory: 256Mi + cpu: 500m store-gateway: kind: StatefulSet replicaCount: 3 @@ -98,10 +98,10 @@ pyroscope: enabled: false resources: limits: - memory: 16Gi + memory: 1Gi requests: - memory: 8Gi - cpu: 1 + memory: 256Mi + cpu: 500m readinessProbe: # The store gateway can be configured to wait on startup for ring stability to be reached before it becomes # ready. See the `store-gateway.sharding-ring.wait-stability-min-duration` server argument for more information. diff --git a/operations/pyroscope/helm/pyroscope/values-micro-services.yaml b/operations/pyroscope/helm/pyroscope/values-micro-services.yaml index 9759973ab1..20782cefec 100644 --- a/operations/pyroscope/helm/pyroscope/values-micro-services.yaml +++ b/operations/pyroscope/helm/pyroscope/values-micro-services.yaml @@ -14,7 +14,7 @@ pyroscope: memory: 1Gi requests: memory: 256Mi - cpu: 1 + cpu: 500m query-frontend: kind: Deployment replicaCount: 2 @@ -23,7 +23,7 @@ pyroscope: memory: 1Gi requests: memory: 256Mi - cpu: 100m + cpu: 500m query-scheduler: kind: Deployment replicaCount: 2 @@ -48,10 +48,10 @@ pyroscope: terminationGracePeriodSeconds: 600 resources: limits: - memory: 16Gi + memory: 1Gi requests: - memory: 8Gi - cpu: 1 + memory: 256Mi + cpu: 500m compactor: kind: StatefulSet replicaCount: 3 @@ -60,10 +60,10 @@ pyroscope: enabled: false resources: limits: - memory: 16Gi + memory: 1Gi requests: - memory: 8Gi - cpu: 1 + memory: 256Mi + cpu: 500m store-gateway: kind: StatefulSet replicaCount: 3 @@ -73,10 +73,10 @@ pyroscope: enabled: false resources: limits: - memory: 16Gi + memory: 1Gi requests: - memory: 8Gi - cpu: 1 + memory: 256Mi + cpu: 500m readinessProbe: # The store gateway can be configured to wait on startup for ring stability to be reached before it becomes # ready. See the `store-gateway.sharding-ring.wait-stability-min-duration` server argument for more information. @@ -89,18 +89,18 @@ pyroscope: replicaCount: 1 resources: limits: - memory: 4Gi + memory: 1Gi requests: - memory: 16Mi - cpu: 0.1 + memory: 500m + cpu: 500m ad-hoc-profiles: kind: Deployment replicaCount: 1 resources: limits: - memory: 4Gi + memory: 1Gi requests: - memory: 16Mi - cpu: 0.1 + memory: 500m + cpu: 500m minio: enabled: true From dbf94701d23892b7b897dcbf8a7ca0c434fcd38f Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Wed, 18 Dec 2024 13:00:02 +0330 Subject: [PATCH 2/2] Bumbped chart version --- operations/pyroscope/helm/pyroscope/Chart.yaml | 2 +- operations/pyroscope/helm/pyroscope/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/operations/pyroscope/helm/pyroscope/Chart.yaml b/operations/pyroscope/helm/pyroscope/Chart.yaml index 9d617cc4ba..b2ba7d17ee 100644 --- a/operations/pyroscope/helm/pyroscope/Chart.yaml +++ b/operations/pyroscope/helm/pyroscope/Chart.yaml @@ -3,7 +3,7 @@ name: pyroscope description: 🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system home: https://grafana.com/oss/pyroscope/ type: application -version: 1.10.0 +version: 1.10.1 appVersion: 1.10.0 dependencies: - name: grafana-agent diff --git a/operations/pyroscope/helm/pyroscope/README.md b/operations/pyroscope/helm/pyroscope/README.md index ca06baa323..e681d3ba70 100644 --- a/operations/pyroscope/helm/pyroscope/README.md +++ b/operations/pyroscope/helm/pyroscope/README.md @@ -1,6 +1,6 @@ # pyroscope -![Version: 1.10.0](https://img.shields.io/badge/Version-1.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.0](https://img.shields.io/badge/AppVersion-1.10.0-informational?style=flat-square) +![Version: 1.10.1](https://img.shields.io/badge/Version-1.10.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.0](https://img.shields.io/badge/AppVersion-1.10.0-informational?style=flat-square) 🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system @@ -94,4 +94,4 @@ | serviceMonitor.tlsConfig | string | `nil` | ServiceMonitor will use these tlsConfig settings to make the health check requests | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.8.1](https://github.com/norwoodj/helm-docs/releases/v1.8.1) +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)