CHORE(repo): switch to emptyDir with sizeLimit
- Add sizeLimit 2Gi to loki emptyDir - Add sizeLimit 2Gi to tempo emptyDir - Change prometheus from PVC to emptyDir 5Gi - Change alertmanager from PVC to emptyDir 500Mi
This commit is contained in:
@@ -90,7 +90,8 @@ persistence:
|
||||
# emptyDir volume for WAL
|
||||
extraVolumes:
|
||||
- name: tempo-data
|
||||
emptyDir: {}
|
||||
emptyDir:
|
||||
sizeLimit: 2Gi
|
||||
|
||||
# =============================================================================
|
||||
# Service
|
||||
|
||||
Reference in New Issue
Block a user