latest upgrades to the cluster
This commit is contained in:
@@ -7,18 +7,30 @@ spec:
|
||||
chart: kube-prometheus-stack
|
||||
targetNamespace: monitoring
|
||||
repo: https://prometheus-community.github.io/helm-charts
|
||||
version: 51.5.3
|
||||
version: 58.5.3
|
||||
valuesContent: |-
|
||||
grafana:
|
||||
defaultDashboardsTimezone: "US/Eastern"
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-cluster-issuer"
|
||||
paths:
|
||||
- path: "/"
|
||||
pathType: Prefix
|
||||
hosts:
|
||||
- monitoring.keligrubb.com
|
||||
tls:
|
||||
- secretName: monitoring-tls
|
||||
hosts:
|
||||
- monitoring.keligrubb.com
|
||||
additionalDataSources:
|
||||
- name: Loki
|
||||
type: loki
|
||||
access: proxy
|
||||
basicAuth: false
|
||||
url: http://loki-gateway.monitoring.svc.cluster.local
|
||||
kubelet:
|
||||
serviceMonitor:
|
||||
metricRelabelings:
|
||||
@@ -52,7 +64,7 @@ spec:
|
||||
serviceMonitorSelectorNilUsesHelmValues: false
|
||||
podMonitorSelectorNilUsesHelmValues: false
|
||||
probeSelectorNilUsesHelmValues: fales
|
||||
retention: 14d
|
||||
retention: 30d
|
||||
retentionSize: "64GB"
|
||||
enableAdminAPI: true
|
||||
securityContext:
|
||||
|
||||
43
namespaces/monitoring/loki-chart.yml
Normal file
43
namespaces/monitoring/loki-chart.yml
Normal file
@@ -0,0 +1,43 @@
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChart
|
||||
metadata:
|
||||
name: loki
|
||||
namespace: monitoring
|
||||
spec:
|
||||
chart: loki
|
||||
targetNamespace: monitoring
|
||||
repo: https://grafana.github.io/helm-charts
|
||||
version: 6.5.2
|
||||
valuesContent: |-
|
||||
deploymentMode: SingleBinary
|
||||
loki:
|
||||
auth_enabled: false
|
||||
commonConfig:
|
||||
replication_factor: 1
|
||||
storage:
|
||||
type: s3
|
||||
schemaConfig:
|
||||
configs:
|
||||
- from: 2024-01-01
|
||||
store: tsdb
|
||||
index:
|
||||
prefix: loki_index_
|
||||
period: 24h
|
||||
object_store: filesystem
|
||||
schema: v13
|
||||
serviceMonitor:
|
||||
namespaceSelector:
|
||||
any: true
|
||||
singleBinary:
|
||||
replicas: 1
|
||||
persistence:
|
||||
storageClass: longhorn
|
||||
size: 64Gi
|
||||
read:
|
||||
replicas: 0
|
||||
backend:
|
||||
replicas: 0
|
||||
write:
|
||||
replicas: 0
|
||||
minio:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user