Merge
This commit is contained in:
parent
94d348dca0
commit
9665fbc8a4
@ -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.1
|
||||
version: 0.1.2
|
||||
|
||||
# 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
|
||||
|
@ -3,14 +3,27 @@ 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
|
||||
<<<<<<< HEAD
|
||||
enableAdminAPI: false
|
||||
=======
|
||||
enableAdminAPI: true
|
||||
externalLabels:
|
||||
monitoring: {{ .Values.user }}
|
||||
>>>>>>> 2acef0e (Update prometheus config)
|
||||
|
Loading…
x
Reference in New Issue
Block a user