15 lines
355 B
YAML
15 lines
355 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- gateway/routes/http.yaml
|
|
- gateway/routes/http-v4.yaml
|
|
- gateway/routes/https.yaml
|
|
- gateway/routes/https-v4.yaml
|
|
- gateway/gateway.yaml
|
|
- gateway/issuer.yaml
|
|
- gateway/referencegrant.yaml
|
|
- web/deployment.yaml
|
|
- web/service.yaml
|
|
- web/web-backend-tls.yaml
|