mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 11:03:59 +00:00
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:
parent
08f0f0cb74
commit
416318dada
@ -2,6 +2,7 @@ apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: knoe-grafana-proxy-nginx
|
||||
namespace: monitoring
|
||||
data:
|
||||
nginx.conf: |
|
||||
worker_processes 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user