fix: revert servicemonitor port

This commit is contained in:
2024-12-19 15:52:35 +01:00
parent 3a49ef6c53
commit 5b8732ae04
2 changed files with 1 additions and 2 deletions
@@ -8,7 +8,7 @@ spec:
endpoints:
- honorLabels: false
path: /metrics
port: {{ .Values.serviceMonitor.port | default "http" }}
port: http
jobLabel: {{ .Values.serviceMonitor.label | default (include "Atlantis.fullname" .) }}
namespaceSelector:
matchNames:
-1
View File
@@ -155,7 +155,6 @@ autoscaling:
serviceMonitor:
enabled: true
port: 9091
nodeSelector: {}
tolerations: []