add newest changes to namespaces
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user