storage and metrics
This commit is contained in:
commit
5a0d6d639b
23 changed files with 6892 additions and 0 deletions
14
metrics/pyroscope-data-persistentvolumeclaim.yaml
Normal file
14
metrics/pyroscope-data-persistentvolumeclaim.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: pyroscope-data
|
||||
namespace: metrics
|
||||
labels:
|
||||
app.kubernetes.io/name: pyroscope
|
||||
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 100Mi
|
Loading…
Add table
Add a link
Reference in a new issue