add clusters/k3s-local
This commit is contained in:
parent
b816df0818
commit
093ea04fcf
9
clusters/k3s-local/kustomization.yaml
Normal file
9
clusters/k3s-local/kustomization.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- ../../apps/itm-dev/
|
||||
- ../../apps/postgresql/
|
||||
- ../../apps/redis/
|
||||
- ../../apps/mongodb/
|
||||
- ../../apps/minio/
|
||||
4
clusters/k3s-local/namespace.yaml
Normal file
4
clusters/k3s-local/namespace.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: itsm-dev
|
||||
Loading…
Reference in New Issue
Block a user