refactor(k8s): Reorganize into 5-layer structure with production kustomizations

This commit is contained in:
Story Crater Bot
2026-07-16 14:28:19 -07:00
parent a81b9b6169
commit 2d7330798b
214 changed files with 405 additions and 885 deletions
@@ -0,0 +1,35 @@
service: grafana
display_name: "Grafana"
namespace: logging
service_type: web-app
folder: "Grafana"
jobs: [grafana]
metrics:
prefix: grafana
up_selector: 'job="grafana"'
rate:
metric: grafana_http_request_total
labels: [handler, status]
duration:
metric: grafana_http_request_duration_seconds
type: histogram
unit: s
error:
metric: grafana_http_request_total
filter: 'status=~"5.."'
domain:
- metric: grafana_dashboard_total
kind: gauge
- metric: grafana_user_total
kind: gauge
- metric: grafana_alerts_total
kind: gauge
correlation_ids: []
logs:
loki_namespace_selector: 'namespace="logging"'
alerts:
- name: HighErrorRate
expr_template: rate_error_ratio
threshold: 0.05
for: 10m
severity: warning