immich added
This commit is contained in:
18
cluster/apps/immich/exporter/ServiceMonitor.yaml
Normal file
18
cluster/apps/immich/exporter/ServiceMonitor.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: ServiceMonitor
|
||||
metadata:
|
||||
name: immich-exporter
|
||||
namespace: immich
|
||||
labels:
|
||||
app: immich-exporter
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: immich-exporter
|
||||
endpoints:
|
||||
- port: http # port name of service
|
||||
scheme: http
|
||||
interval: 15s
|
||||
metricRelabelings:
|
||||
- action: labeldrop
|
||||
regex: (instance|pod)
|
||||
Reference in New Issue
Block a user