add newest changes to namespaces

This commit is contained in:
2025-01-22 21:34:25 -05:00
parent e408c7cf4e
commit 4fd0c84d48
38 changed files with 908 additions and 148 deletions

View File

@@ -7,7 +7,8 @@ spec:
chart: kube-prometheus-stack
targetNamespace: monitoring
repo: https://prometheus-community.github.io/helm-charts
version: 58.5.3
# https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack
version: 67.5.0
valuesContent: |-
grafana:
defaultDashboardsTimezone: "US/Eastern"

View File

@@ -7,15 +7,19 @@ spec:
chart: loki
targetNamespace: monitoring
repo: https://grafana.github.io/helm-charts
version: 6.5.2
# https://artifacthub.io/packages/helm/grafana/loki
version: 6.24.0
valuesContent: |-
deploymentMode: SingleBinary
loki:
auth_enabled: false
commonConfig:
replication_factor: 1
serviceMonitor:
namespaceSelector:
any: true
storage:
type: s3
type: 'filesystem'
schemaConfig:
configs:
- from: 2024-01-01
@@ -25,9 +29,6 @@ spec:
period: 24h
object_store: filesystem
schema: v13
serviceMonitor:
namespaceSelector:
any: true
singleBinary:
replicas: 1
persistence:
@@ -39,5 +40,3 @@ spec:
replicas: 0
write:
replicas: 0
minio:
enabled: true