This commit is contained in:
Chris Minton 2026-05-14 20:07:13 +08:00 committed by GitHub
commit 877471b545
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 }}