Compare commits
3 Commits
user-monit
...
user-monit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9665fbc8a4 | ||
|
|
94d348dca0 | ||
|
|
98bdcdfea0 |
@@ -15,7 +15,7 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.1.0
|
version: 0.1.2
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# 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
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
|
|||||||
@@ -3,20 +3,27 @@ kind: Prometheus
|
|||||||
metadata:
|
metadata:
|
||||||
name: prometheus
|
name: prometheus
|
||||||
spec:
|
spec:
|
||||||
|
scrapeInterval: 10s
|
||||||
serviceAccountName: prometheus-{{ .Values.user }}
|
serviceAccountName: prometheus-{{ .Values.user }}
|
||||||
serviceMonitorNamespaceSelector:
|
serviceMonitorNamespaceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
user: {{ .Values.user }}
|
user: {{ .Values.user }}
|
||||||
serviceMonitorSelector:
|
serviceMonitorSelector: {}
|
||||||
|
podMonitorNamespaceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
user: {{ .Values.user }}
|
user: {{ .Values.user }}
|
||||||
|
podMonitorSelector: {}
|
||||||
|
probeNamespaceSelector:
|
||||||
|
matchLabels:
|
||||||
|
user: {{ .Values.user }}
|
||||||
|
probeSelector: {}
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 400Mi
|
memory: 400Mi
|
||||||
|
<<<<<<< HEAD
|
||||||
enableAdminAPI: false
|
enableAdminAPI: false
|
||||||
storage:
|
=======
|
||||||
volumeClaimTemplate:
|
enableAdminAPI: true
|
||||||
spec:
|
externalLabels:
|
||||||
resources:
|
monitoring: {{ .Values.user }}
|
||||||
requests:
|
>>>>>>> 2acef0e (Update prometheus config)
|
||||||
storage: 2Gi
|
|
||||||
|
|||||||
Reference in New Issue
Block a user