mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/argo-workflows]: fix argo-workflow ServiceMonitor port name error (#9896)
Signed-off-by: xunfeng1980 <xunfeng1980@gmail.com>
This commit is contained in:
@@ -35,4 +35,4 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-argo-workflow-controller
|
||||
- https://github.com/bitnami/bitnami-docker-argo-workflow-exec
|
||||
- https://argoproj.github.io/workflows/
|
||||
version: 1.1.8
|
||||
version: 1.1.9
|
||||
|
||||
@@ -16,12 +16,12 @@ metadata:
|
||||
spec:
|
||||
endpoints:
|
||||
{{- if .Values.controller.metrics.enabled }}
|
||||
- port: metrics
|
||||
- port: tcp-metrics
|
||||
path: {{ .Values.controller.metrics.path }}
|
||||
interval: 30s
|
||||
{{- end }}
|
||||
{{- if .Values.controller.telemetry.enabled }}
|
||||
- port: telemetry
|
||||
- port: tcp-telemetry
|
||||
path: {{ .Values.controller.telemetry.path }}
|
||||
interval: 30s
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user