Files
infrastructure/clusters/cl01tl/helm/gitea/templates/service-monitor.yaml
T
2026-04-23 17:26:26 -05:00

16 lines
368 B
YAML

apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: gitea
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: gitea
{{- include "custom.labels" . | nindent 4 }}
spec:
selector:
matchLabels:
app.kubernetes.io/name: gitea
app.kubernetes.io/instance: {{ .Release.Name }}
endpoints:
- port: http