14 lines
372 B
YAML
14 lines
372 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- namespace.yaml
|
|
- templates/deployment.yaml
|
|
- templates/gatewayclass.yaml
|
|
- templates/gateway.yaml
|
|
- templates/ingressclass.yaml
|
|
- templates/ingressroute.yaml
|
|
- templates/rbac/clusterrolebinding.yaml
|
|
- templates/rbac/clusterrole.yaml
|
|
- templates/rbac/serviceaccount.yaml
|
|
- templates/service.yaml
|