mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
21 lines
454 B
YAML
21 lines
454 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: cosmic-clash-allocator
|
|
namespace: cosmic-clash
|
|
labels:
|
|
app.kubernetes.io/name: cosmic-clash
|
|
app.kubernetes.io/component: observability
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: allocator
|
|
namespaceSelector:
|
|
matchNames:
|
|
- cosmic-clash
|
|
endpoints:
|
|
- port: metrics
|
|
path: /metrics
|
|
interval: 15s
|
|
scrapeTimeout: 5s
|