3
0
This commit is contained in:
Arne Teuke
2025-10-18 17:33:33 +02:00
parent 7ee8c17e91
commit ea7d764664
3 changed files with 4 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
# @param [String] ps_web_pass the password for web authentication
# @param [String] ps_retention_time tsdb retention time
# @param [String] ps_retention_size tsdb retention size
# @param [String] ps_wal_seg_size WAL segment size
##############################################################################
class prometheus_cd::params (
@@ -42,6 +43,7 @@ class prometheus_cd::params (
# storage
String $ps_retention_time = '15d',
String $ps_retention_size = '20GB',
String $ps_wal_seg_size = '50MB',
) {
# defaults