fix kustomization
This commit is contained in:
parent
dc285d26a8
commit
7d50abc1a1
2 changed files with 8 additions and 0 deletions
7
apps/base/customer1/kustomization.yaml
Normal file
7
apps/base/customer1/kustomization.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
|
- http-route.yaml
|
||||||
|
- service.yaml
|
||||||
|
|
@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: customer1
|
namespace: customer1
|
||||||
resources:
|
resources:
|
||||||
|
- ../../base/customer1/
|
||||||
- ../../base/customer1/news_bot/
|
- ../../base/customer1/news_bot/
|
||||||
- ../../base/customer1/openclaw/
|
- ../../base/customer1/openclaw/
|
||||||
- ../../base/customer1/uncensored-bot/
|
- ../../base/customer1/uncensored-bot/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue