feat(metrics): Add db metrics for grafana
This commit is contained in:
parent
dceadd9e21
commit
e85e147181
@ -47,3 +47,7 @@ spec:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 500Mi
|
||||
|
||||
monitoring:
|
||||
enablePodMonitor: true
|
||||
|
||||
|
@ -8,5 +8,9 @@ spec:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: kubelet
|
||||
endpoints:
|
||||
- port: http-metrics
|
||||
path: /metrics
|
||||
- bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
|
||||
path: /metrics
|
||||
port: https-metrics
|
||||
scheme: https
|
||||
tlsConfig:
|
||||
insecureSkipVerify: true
|
||||
|
Loading…
Reference in New Issue
Block a user