metrics cleanup
This commit is contained in:
parent
091a457c26
commit
bfeaa3b11c
3 changed files with 8 additions and 28 deletions
metrics
|
@ -28,7 +28,12 @@ spec:
|
|||
ports:
|
||||
- containerPort: 4040
|
||||
protocol: TCP
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: "500m"
|
||||
memory: "256Mi"
|
||||
requests:
|
||||
cpu: "250m"
|
||||
volumeMounts:
|
||||
- mountPath: /etc/pyroscope.yml
|
||||
name: pyroscope-config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue