-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathkustomization.yaml
More file actions
102 lines (98 loc) · 3.02 KB
/
Copy pathkustomization.yaml
File metadata and controls
102 lines (98 loc) · 3.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../../../manifests/kustomize/env/cert-manager/platform-agnostic-standalone-tls
- ../../base
images:
- name: ghcr.io/kubeflow/kfp-api-server
newName: kind-registry:5000/apiserver
newTag: latest
- name: ghcr.io/kubeflow/kfp-persistence-agent
newName: kind-registry:5000/persistenceagent
newTag: latest
- name: ghcr.io/kubeflow/kfp-scheduled-workflow-controller
newName: kind-registry:5000/scheduledworkflow
newTag: latest
- name: ghcr.io/kubeflow/kfp-frontend
newName: kind-registry:5000/frontend
newTag: latest
- name: ghcr.io/kubeflow/kfp-metadata-writer
newName: kind-registry:5000/metadata-writer
newTag: latest
- name: ghcr.io/kubeflow/kfp-viewer-crd-controller
newName: kind-registry:5000/viewer-crd-controller
newTag: latest
- name: ghcr.io/kubeflow/kfp-visualization-server
newName: kind-registry:5000/visualization-server
newTag: latest
- name: ghcr.io/kubeflow/kfp-cache-deployer
newName: kind-registry:5000/cache-deployer
newTag: latest
- name: ghcr.io/kubeflow/kfp-cache-server
newName: kind-registry:5000/cache-server
newTag: latest
- name: ghcr.io/kubeflow/kfp-metadata-envoy
newName: kind-registry:5000/metadata-envoy
newTag: latest
patches:
- path: ../../base/apiserver-env.yaml
target:
kind: Deployment
name: ml-pipeline
- path: apiserver-env.yaml
target:
kind: Deployment
name: ml-pipeline
- path: driver-plugin-cm-path.yaml
target:
kind: ConfigMap
name: ml-pipeline-driver-agent
- path: ../../base/grpc-specs.yaml
target:
kind: Deployment
name: metadata-grpc-deployment
- path: ../../base/cache-specs.yaml
target:
kind: Deployment
name: cache-server
- path: ../../base/metadata-writer-pull-policy.yaml
target:
kind: Deployment
name: metadata-writer
- path: ../../base/viewer-crd-pull-policy.yaml
target:
kind: Deployment
name: ml-pipeline-viewer-crd
- path: ../../base/cache-deployer-pull-policy.yaml
target:
kind: Deployment
name: cache-deployer-deployment
- path: ../../base/cache-server-pull-policy.yaml
target:
kind: Deployment
name: cache-server
- path: ../../base/metadata-envoy-pull-policy.yaml
target:
kind: Deployment
name: metadata-envoy-deployment
replacements:
- source:
kind: ConfigMap
name: dns-config
fieldPath: data.namespaceDns
targets:
- select:
kind: Deployment
name: ml-pipeline
fieldPaths:
- spec.template.spec.dnsConfig.searches.[=NAMESPACE.svc.cluster.local]
- select:
kind: Deployment
name: metadata-grpc-deployment
fieldPaths:
- spec.template.spec.dnsConfig.searches.[=NAMESPACE.svc.cluster.local]
- select:
kind: Deployment
name: cache-server
fieldPaths:
- spec.template.spec.dnsConfig.searches.[=NAMESPACE.svc.cluster.local]