8 lines
234 B
YAML
8 lines
234 B
YAML
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
|
kind: Kustomization
|
||
|
|
resources:
|
||
|
|
- mysql.yaml
|
||
|
|
- postgres.yaml
|
||
|
|
- rabbitmq.yaml
|
||
|
|
- https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
|