File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
config/charts/inferencepool Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ metadata:
11
11
{{- end }}
12
12
spec :
13
13
endpoints :
14
- - interval : {{ .Values.inferenceExtension.monitoring.prometheus. interval }}
14
+ - interval : {{ .Values.inferenceExtension.monitoring.interval }}
15
15
port : " http-metrics"
16
16
path : " /metrics"
17
17
{{- if .Values.inferenceExtension.monitoring.prometheus.auth.enabled }}
Original file line number Diff line number Diff line change 83
83
endpoints :
84
84
- port : metrics
85
85
scheme : http
86
- interval : {{ .Values.inferenceExtension.monitoring.prometheus. interval }}
86
+ interval : {{ .Values.inferenceExtension.monitoring.interval }}
87
87
path : /metrics
88
88
authorization :
89
89
type : Bearer
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ inferenceExtension:
42
42
43
43
# Monitoring configuration for EPP
44
44
monitoring :
45
+ interval : " 10s"
45
46
# Prometheus ServiceMonitor will be created when enabled for EPP metrics collection
46
47
prometheus :
47
48
enabled : false
48
- interval : " 10s"
49
49
auth :
50
50
enabled : true
51
51
# Service account token secret for authentication
You can’t perform that action at this time.
0 commit comments