Repository for dip
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.
tenant-catalog/kubeflow/common/knative/knative-serving/base/kustomization.yaml

23 lines
752 B

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- upstream/serving-core.yaml
- upstream/net-istio.yaml
- istio-authorization-policy.yaml
patches:
- path: patches/sidecar-injection.yaml
target:
kind: Deployment
- path: patches/config-deployment.yaml
- path: patches/config-istio.yaml
- path: patches/namespace-injection.yaml
- path: patches/knative-serving-namespaced-admin.yaml
- path: patches/knative-serving-namespaced-edit.yaml
- path: patches/knative-serving-namespaced-view.yaml
- path: patches/service-labels.yaml
- path: patches/remove-gateway.yaml
- path: patches/seccomp.yaml
target:
kind: Deployment
namespace: knative-serving
name: "(autoscaler|activator|controller|net-istio-webhook|webhook)"