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:
2026-01-09 19:09:30 +09:00
parent fa4d97eede
commit 470a08f78a
4 changed files with 18 additions and 12 deletions

View File

@@ -90,7 +90,8 @@ persistence:
# emptyDir volume for WAL
extraVolumes:
- name: tempo-data
emptyDir: {}
emptyDir:
sizeLimit: 2Gi
# =============================================================================
# Service