add: networking namespace && metallb-charts
This commit is contained in:
parent
79838b09e4
commit
45d5e3a0c4
7 changed files with 27 additions and 0 deletions
|
@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- presidential-paradise.yaml
|
||||
- networking.yaml
|
||||
|
|
5
cluster/core/namespaces/networking.yaml
Normal file
5
cluster/core/namespaces/networking.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: networking
|
Loading…
Add table
Add a link
Reference in a new issue