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: spec:
type: {{ .Values.actionsMetricsServer.service.type }} type: {{ .Values.actionsMetricsServer.service.type }}
ports: ports:
{{ range $_, $port := .Values.actionsMetricsServer.service.ports -}} {{- toYaml .Values.actionsMetricsServer.service.ports | nindent 4 }}
- {{ $port | toYaml | nindent 6 }}
{{- end }}
{{- if .Values.actionsMetrics.serviceMonitor.enable }} {{- if .Values.actionsMetrics.serviceMonitor.enable }}
- name: metrics-port - name: metrics-port
port: {{ .Values.actionsMetrics.port }} port: {{ .Values.actionsMetrics.port }}