-
Notifications
You must be signed in to change notification settings - Fork 895
/
Copy pathkustomization.yaml
59 lines (59 loc) · 1.45 KB
/
kustomization.yaml
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
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../upstream/base/pipeline/cluster-scoped
- ../../upstream/base/pipeline
- virtual-service.yaml
- ../../metadata-writer/base_v3
- ../../cache/base_v3
images:
- name: gcr.io/ml-pipeline/api-server
newTag: 1.0.0-rc.1
- name: gcr.io/ml-pipeline/persistenceagent
newTag: 1.0.0-rc.1
- name: gcr.io/ml-pipeline/scheduledworkflow
newTag: 1.0.0-rc.1
- name: gcr.io/ml-pipeline/frontend
newTag: 1.0.0-rc.1
- name: gcr.io/ml-pipeline/viewer-crd-controller
newTag: 1.0.0-rc.1
- name: gcr.io/ml-pipeline/visualization-server
newTag: 1.0.0-rc.1
- name: gcr.io/ml-pipeline/metadata-writer
newTag: 1.0.0-rc.1
- name: gcr.io/ml-pipeline/cache-server
newTag: 1.0.0-rc.1
- name: gcr.io/ml-pipeline/cache-deployer
newTag: 1.0.0-rc.1
# Used by Kustomize
configMapGenerator:
- name: pipeline-install-config
env: params.env
secretGenerator:
- name: mysql-secret
env: params-db-secret.env
vars:
# TODO: replace BUCKET_NAME with a configmap value reference
- name: BUCKET_NAME
objref:
kind: ConfigMap
name: pipeline-install-config
apiVersion: v1
fieldref:
fieldpath: data.bucketName
- name: KFP_UI_NAMESPACE
objref:
kind: Service
name: ml-pipeline-ui
apiVersion: v1
fieldref:
fieldpath: metadata.namespace
- name: KFP_UI_SERVICE
objref:
kind: Service
name: ml-pipeline-ui
apiVersion: v1
fieldref:
fieldpath: metadata.name
configurations:
- params.yaml