fix(k3s): add namespace: monitoring to grafana-proxy-configmap

Without this, kubectl apply without -n flag lands in default namespace
instead of monitoring, leaving the live configmap with the old
knoe-auth hostname.
This commit is contained in:
chrisfu 2026-05-06 17:47:50 -04:00
parent 08f0f0cb74
commit 416318dada

View File

@ -2,6 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: knoe-grafana-proxy-nginx
namespace: monitoring
data:
nginx.conf: |
worker_processes 1;