Skip to content

Commit

Permalink
fix(victoria): add vmsingle with tmpfs for alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed May 7, 2024
1 parent 9fbf3b3 commit c70fdf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube/deploy/core/monitoring/victoria/cluster/vmsingle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ spec:
dedup.minScrapeInterval: 60s
maxLabelsPerTimeseries: "40"
search.minStalenessInterval: 5m
storageDataPath: &path /vmdata
volumes:
- name: &vol vmsingle-data
emptyDir:
medium: Memory
sizeLimit: 4Gi
volumeMounts:
- name: *vol
mountPath: &path /vmsingle-data
storageDataPath: *path
mountPath: *path
terminationGracePeriodSeconds: 60
resources: # TODO: refine
requests:
Expand Down

0 comments on commit c70fdf3

Please sign in to comment.