Compare commits

..

6 Commits

Author SHA1 Message Date
unkinben f0271546bc Merge pull request 'feat: bump memory for glauth' (#20) from benvin/glauth_memory into master
Reviewed-on: #20
2025-07-27 13:43:43 +10:00
unkinben 8471742131 feat: bump memory for glauth
- puppet has oom'ed a few times now
2025-07-27 13:43:06 +10:00
unkinben 7b3d224b64 Merge pull request 'feat: add cache path for vmselect' (#19) from benvin/vmselect-cache into master
Reviewed-on: #19
2025-07-20 16:01:13 +10:00
unkinben 7c1c385ab5 feat: add cache path for vmselect
- for use by the cacheDataPath
2025-07-20 16:00:28 +10:00
unkinben 791edafa26 Merge pull request 'chore: increase prometheus storage' (#18) from benvin/prometheus_storage into master
Reviewed-on: #18
2025-07-19 12:36:37 +10:00
unkinben 57c41108de chore: increase prometheus storage
- both instances are close to 100% full
2025-07-19 12:35:49 +10:00
8 changed files with 23 additions and 5 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ cobbler_mgmt_classes:
profiles:
- disk10
- net_com1_eth0
- 2core2048
- 2core4096
+1 -1
View File
@@ -4,4 +4,4 @@ cobbler_mgmt_classes:
profiles:
- disk10
- net_com1_eth0
- 2core2048
- 2core4096
+1 -1
View File
@@ -4,4 +4,4 @@ cobbler_mgmt_classes:
profiles:
- disk10
- net_com1_eth0
- 2core2048
- 2core4096
+1 -1
View File
@@ -10,4 +10,4 @@ storage_volumes:
pool: fastpool
path: /data
config:
size: 50GB
size: 100GB
+1 -1
View File
@@ -10,4 +10,4 @@ storage_volumes:
pool: fastpool
path: /data
config:
size: 50GB
size: 100GB
@@ -5,3 +5,9 @@ profiles:
- disk20
- net_com1_eth0
- 2core2048
storage_volumes:
data:
pool: fastpool
path: /data
config:
size: 50GB
@@ -5,3 +5,9 @@ profiles:
- disk20
- net_com1_eth0
- 2core2048
storage_volumes:
data:
pool: fastpool
path: /data
config:
size: 50GB
@@ -5,3 +5,9 @@ profiles:
- disk20
- net_com1_eth0
- 2core2048
storage_volumes:
data:
pool: fastpool
path: /data
config:
size: 50GB