4 Commits

Author SHA1 Message Date
Raffael H
b563303559 Resolve conflict 2023-08-10 10:30:04 +02:00
Raffael H
9665fbc8a4 Merge 2023-08-10 10:24:32 +02:00
Raffael Hertle
94d348dca0 Update Chart.yaml 2023-08-09 15:21:11 +02:00
Raffael Hertle
98bdcdfea0 Update user-prometheus.yaml 2023-08-09 15:15:43 +02:00
2 changed files with 12 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.3
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

View File

@@ -3,20 +3,23 @@ kind: Prometheus
metadata:
name: prometheus
spec:
scrapeInterval: 10s
serviceAccountName: prometheus-{{ .Values.user }}
serviceMonitorNamespaceSelector:
matchLabels:
user: {{ .Values.user }}
serviceMonitorSelector:
serviceMonitorSelector: {}
podMonitorNamespaceSelector:
matchLabels:
user: {{ .Values.user }}
podMonitorSelector: {}
probeNamespaceSelector:
matchLabels:
user: {{ .Values.user }}
probeSelector: {}
resources:
requests:
memory: 400Mi
enableAdminAPI: false
storage:
volumeClaimTemplate:
spec:
resources:
requests:
storage: 2Gi
enableAdminAPI: true
externalLabels:
monitoring: {{ .Values.user }}