Skip to content

Commit cdeac54

Browse files
authored
remove minio scrape config and add more storage to databases
1 parent e123cf4 commit cdeac54

2 files changed

Lines changed: 1 addition & 15 deletions

File tree

kubernetes/apps/databases/crunchy-pgo/app/postgres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
accessModes: ["ReadWriteOnce"]
5353
resources:
5454
requests:
55-
storage: 10Gi
55+
storage: 20Gi
5656
users:
5757
- name: mafyuh
5858
databases: ["authentik", "gatus", "jellyseerr", "netbox", "umami"]

kubernetes/apps/monitoring/prometheus/app/scrapeconfig.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -180,20 +180,6 @@ spec:
180180
- 10.20.10.20:4000
181181
metricsPath: /metrics
182182
---
183-
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/monitoring.coreos.com/scrapeconfig_v1alpha1.json
184-
apiVersion: monitoring.coreos.com/v1alpha1
185-
kind: ScrapeConfig
186-
metadata:
187-
name: minio
188-
namespace: monitoring
189-
labels:
190-
release: prometheus
191-
spec:
192-
staticConfigs:
193-
- targets:
194-
- 10.20.10.100:9003
195-
metricsPath: /minio/v2/metrics/cluster
196-
---
197183
apiVersion: monitoring.coreos.com/v1alpha1
198184
kind: ScrapeConfig
199185
metadata:

0 commit comments

Comments
 (0)