mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 16:34:31 +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
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: knoe-grafana-proxy-nginx
|
name: knoe-grafana-proxy-nginx
|
||||||
|
namespace: monitoring
|
||||||
data:
|
data:
|
||||||
nginx.conf: |
|
nginx.conf: |
|
||||||
worker_processes 1;
|
worker_processes 1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user