Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default value too high #3791

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion operations/pyroscope/helm/pyroscope/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions operations/pyroscope/helm/pyroscope/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pyroscope:
memory: 1Gi
requests:
memory: 256Mi
cpu: 1
cpu: 500m
query-frontend:
kind: Deployment
replicaCount: 2
Expand All @@ -39,7 +39,7 @@ pyroscope:
memory: 1Gi
requests:
memory: 256Mi
cpu: 100m
cpu: 500m
query-scheduler:
kind: Deployment
replicaCount: 2
Expand All @@ -53,7 +53,7 @@ pyroscope:
memory: 1Gi
requests:
memory: 256Mi
cpu: 100m
cpu: 500m
distributor:
kind: Deployment
replicaCount: 2
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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.
Expand Down
34 changes: 17 additions & 17 deletions operations/pyroscope/helm/pyroscope/values-micro-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pyroscope:
memory: 1Gi
requests:
memory: 256Mi
cpu: 1
cpu: 500m
query-frontend:
kind: Deployment
replicaCount: 2
Expand All @@ -23,7 +23,7 @@ pyroscope:
memory: 1Gi
requests:
memory: 256Mi
cpu: 100m
cpu: 500m
query-scheduler:
kind: Deployment
replicaCount: 2
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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.
Expand All @@ -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
Loading