metrics cleanup

This commit is contained in:
royalcat 2025-03-03 17:02:35 +03:00
parent 091a457c26
commit bfeaa3b11c
3 changed files with 8 additions and 28 deletions

View file

@ -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