You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
546 B
21 lines
546 B
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- install.yaml
|
|
- gateway_authorizationpolicy.yaml
|
|
- deny_all_authorizationpolicy.yaml
|
|
- gateway.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
|
|
- path: patches/seccomp-istio-ingressgateway.yaml
|
|
- path: patches/seccomp-istiod.yaml
|
|
|
|
images:
|
|
- name: busybox
|
|
newName: registry.k8s.io/busybox
|
|
|