This commit is contained in:
Chris Minton 2025-10-17 17:02:35 +02:00 committed by GitHub
commit 183f545a3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -13,9 +13,7 @@ metadata:
spec:
type: {{ .Values.actionsMetricsServer.service.type }}
ports:
{{ range $_, $port := .Values.actionsMetricsServer.service.ports -}}
- {{ $port | toYaml | nindent 6 }}
{{- end }}
{{- toYaml .Values.actionsMetricsServer.service.ports | nindent 4 }}
{{- if .Values.actionsMetrics.serviceMonitor.enable }}
- name: metrics-port
port: {{ .Values.actionsMetrics.port }}