chore(monitoring): move to ns monitoring-system
This commit is contained in:
parent
218252ab09
commit
c61a135ac8
2 changed files with 6 additions and 1 deletions
|
|
@ -2,5 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../../base
|
- ../../base
|
||||||
|
- ns.yaml
|
||||||
|
|
||||||
namespace: victoriametrics-system
|
namespace: monitoring-system
|
||||||
|
|
|
||||||
4
apps/monitoring/overlays/system/ns.yaml
Normal file
4
apps/monitoring/overlays/system/ns.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: monitoring-system
|
||||||
Loading…
Add table
Add a link
Reference in a new issue