Add monitor for minio
This commit is contained in:
parent
a989ff661d
commit
0b387bf918
11
manifests/minio-bitnami/monitoring.yaml
Normal file
11
manifests/minio-bitnami/monitoring.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
enabled: true
|
||||
app: minio
|
||||
|
||||
targets:
|
||||
- minio.dev-tools.svc.cluster.local:9000
|
||||
|
||||
external_check:
|
||||
url: https://minio.dvirlabs.com
|
||||
expected_codes:
|
||||
"502": warning
|
||||
"1033": critical
|
||||
@ -56,3 +56,11 @@ extraEnvVars:
|
||||
- name: MINIO_IDENTITY_OPENID_DISPLAY_NAME
|
||||
value: MinIO-OIDC
|
||||
|
||||
metrics:
|
||||
enabled: true
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
namespace: monitoring
|
||||
interval: 30s
|
||||
path: /minio/v2/metrics/cluster
|
||||
port: api
|
||||
Loading…
x
Reference in New Issue
Block a user