19 lines
449 B
YAML
19 lines
449 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: istio-system
|
|
|
|
resources:
|
|
- install.yaml
|
|
- gateway_authorizationpolicy.yaml
|
|
- deny_all_authorizationpolicy.yaml
|
|
- gateway.yaml
|
|
- x-forwarded-host.yaml
|
|
|
|
patches:
|
|
- path: patches/service.yaml
|
|
- path: patches/istio-configmap-disable-tracing.yaml
|
|
- path: patches/disable-debugging.yaml
|
|
- path: patches/istio-ingressgateway-remove-pdb.yaml
|
|
- path: patches/istiod-remove-pdb.yaml
|