17 lines
332 B
YAML
17 lines
332 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ../integrated
|
|
- virtual-service.yaml
|
|
- destination-rule-ui.yaml
|
|
- authorization-policy-ui.yaml
|
|
|
|
patches:
|
|
- path: model-registry-ui-service.yaml
|
|
target:
|
|
version: v1
|
|
kind: Service
|
|
name: model-registry-ui-service
|
|
|
|
namespace: kubeflow |