fix: revert servicemonitor port
This commit is contained in:
@@ -8,7 +8,7 @@ spec:
|
|||||||
endpoints:
|
endpoints:
|
||||||
- honorLabels: false
|
- honorLabels: false
|
||||||
path: /metrics
|
path: /metrics
|
||||||
port: {{ .Values.serviceMonitor.port | default "http" }}
|
port: http
|
||||||
jobLabel: {{ .Values.serviceMonitor.label | default (include "Atlantis.fullname" .) }}
|
jobLabel: {{ .Values.serviceMonitor.label | default (include "Atlantis.fullname" .) }}
|
||||||
namespaceSelector:
|
namespaceSelector:
|
||||||
matchNames:
|
matchNames:
|
||||||
|
|||||||
@@ -155,7 +155,6 @@ autoscaling:
|
|||||||
|
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 9091
|
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
tolerations: []
|
tolerations: []
|
||||||
|
|||||||
Reference in New Issue
Block a user