2021-08-26 16:42:32 +00:00
|
|
|
apiVersion: monitoring.coreos.com/v1
|
|
|
|
kind: Prometheus
|
|
|
|
metadata:
|
|
|
|
name: prometheus
|
|
|
|
spec:
|
|
|
|
serviceAccountName: prometheus
|
|
|
|
serviceMonitorSelector:
|
|
|
|
matchLabels:
|
|
|
|
monitor: prometheus
|
|
|
|
podMonitorSelector:
|
|
|
|
matchLabels:
|
|
|
|
monitor: prometheus
|
|
|
|
resources:
|
|
|
|
requests:
|
2021-08-26 16:42:44 +00:00
|
|
|
cpu: 1000m
|
2021-08-26 16:42:32 +00:00
|
|
|
memory: 3Gi
|
|
|
|
limits:
|
2021-08-26 16:42:44 +00:00
|
|
|
cpu: 2000m
|
2021-08-26 16:42:32 +00:00
|
|
|
memory: 4Gi
|