Skip to content

Commit

Permalink
Changed default values
Browse files Browse the repository at this point in the history
  • Loading branch information
xogoodnow committed Dec 18, 2024
1 parent bbe05cc commit f778240
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
24 changes: 12 additions & 12 deletions operations/pyroscope/helm/pyroscope/values-micro-services-hpa.yaml
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

0 comments on commit f778240

Please sign in to comment.