Disable service monitor

This commit is contained in:
dvirlabs 2026-03-15 10:13:23 +02:00
parent a11444ab55
commit 622fabb3b9
2 changed files with 8 additions and 23 deletions

View File

@ -65,11 +65,11 @@ extraEnvVars:
- name: MINIO_IDENTITY_OPENID_DISPLAY_NAME - name: MINIO_IDENTITY_OPENID_DISPLAY_NAME
value: MinIO-OIDC value: MinIO-OIDC
metrics: # metrics:
enabled: true # enabled: true
serviceMonitor: # serviceMonitor:
enabled: true # enabled: true
namespace: monitoring # namespace: monitoring
interval: 30s # interval: 30s
path: /minio/v2/metrics/cluster # path: /minio/v2/metrics/cluster
port: api # port: api

View File

@ -1,15 +0,0 @@
enabled: true
app: minio
uptime_kuma:
enabled: true
url: https://minio.dvirlabs.com
tag: infra
# targets:
# - <exporter-host>:<port>
# scheme: http
# external_check:
# url: https://minio.dvirlabs.com
# expected_codes:
# '502': critical
# '404': warning
# '1033': critical