Add a VictoriaLogs cluster and point logs-ingest at it #488

Merged
benvin merged 5 commits from benvin/vlcluster into main 2026-09-27 00:33:59 +10:00
Showing only changes of commit f193c7e75a - Show all commits
+4 -5
View File
@@ -26,18 +26,17 @@ spec:
vlstorage:
replicaCount: 3
retentionPeriod: 180d
# 3x250Gi is ~75% of the 180d estimate: the per-node disk cap drops the
# oldest data instead of filling the PVC, trading tail retention for Ceph.
retentionMaxDiskSpaceUsageBytes: 220GiB
# ~7 GiB/day measured; 440GiB/node cap keeps 180d time-based, not disk-bound
retentionMaxDiskSpaceUsageBytes: 440GiB
storage:
volumeClaimTemplate:
spec:
accessModes:
- ReadWriteOnce
storageClassName: cephrbd-fast-delete
storageClassName: cephrbd-fast-retain
resources:
requests:
storage: 250Gi
storage: 500Gi
resources:
requests:
cpu: "1"