mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
fix(victoria-logs): retention
This commit is contained in:
@@ -91,7 +91,7 @@ spec:
|
||||
postBuild:
|
||||
substitute:
|
||||
PVC: "victoria-logs-data"
|
||||
SIZE: "20Gi"
|
||||
SIZE: "22Gi"
|
||||
SC: &sc "file"
|
||||
SNAP: *sc
|
||||
ACCESSMODE: "ReadWriteMany"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: &app victoria-logs
|
||||
@@ -25,7 +25,8 @@ spec:
|
||||
repository: docker.io/victoriametrics/victoria-logs
|
||||
tag: "v1.21.0-victorialogs@sha256:6cb89740618c6525ea23341b98581091f32159209090bb923be70377244b7a1c"
|
||||
pullPolicy: IfNotPresent
|
||||
retentionPeriod: 1 # months
|
||||
retentionPeriod: 1w
|
||||
retentionDiskSpaceUsage: "20"
|
||||
persistentVolume:
|
||||
enabled: true
|
||||
existingClaim: victoria-logs-data
|
||||
|
||||
Reference in New Issue
Block a user