tweaks with backfill and grafana

This commit is contained in:
2026-04-01 15:21:10 +00:00
parent a6c59d6a65
commit 1af29e8f09
16 changed files with 944 additions and 119 deletions

View File

@@ -16,10 +16,11 @@ metadata:
name: basic-auth-secret
namespace: m3db
type: Opaque
# htpasswd -nb example example
# Generate with: htpasswd -nb vultr_m3db <password> | base64
# See .env for credentials
stringData:
users: |-
example:$apr1$oMBgtfpd$CBTS17sDq7GN58qaoIMvh.
vultr_m3db:$apr1$xyz$tempplaceholderREPLACEFROMENV
---
apiVersion: traefik.io/v1alpha1