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:
|
||||
|
||||
Reference in New Issue
Block a user