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.
52 lines
1.3 KiB
52 lines
1.3 KiB
namespace: kubeflow
|
|
resources:
|
|
- katib-configmap.yaml
|
|
- katib-controller-deployment.yaml
|
|
- katib-controller-rbac.yaml
|
|
- katib-controller-secret.yaml
|
|
- katib-controller-service.yaml
|
|
- katib-db-deployment.yaml
|
|
- katib-db-pvc.yaml
|
|
- katib-db-secret.yaml
|
|
- katib-db-service.yaml
|
|
- katib-manager-deployment.yaml
|
|
- katib-manager-service.yaml
|
|
- katib-ui-deployment.yaml
|
|
- katib-ui-rbac.yaml
|
|
- katib-ui-service.yaml
|
|
- trial-template-configmap.yaml
|
|
configMapGenerator:
|
|
- name: katib-parameters
|
|
env: params.env
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|
|
images:
|
|
- name: gcr.io/kubeflow-images-public/katib/v1alpha3/katib-controller
|
|
newTag: v0.7.0
|
|
newName: gcr.io/kubeflow-images-public/katib/v1alpha3/katib-controller
|
|
- name: gcr.io/kubeflow-images-public/katib/v1alpha3/katib-manager
|
|
newTag: v0.7.0
|
|
newName: gcr.io/kubeflow-images-public/katib/v1alpha3/katib-manager
|
|
- name: gcr.io/kubeflow-images-public/katib/v1alpha3/katib-ui
|
|
newTag: v0.7.0
|
|
newName: gcr.io/kubeflow-images-public/katib/v1alpha3/katib-ui
|
|
- name: mysql
|
|
newTag: "8"
|
|
newName: mysql
|
|
vars:
|
|
- name: clusterDomain
|
|
objref:
|
|
kind: ConfigMap
|
|
name: katib-parameters
|
|
apiVersion: v1
|
|
fieldref:
|
|
fieldpath: data.clusterDomain
|
|
- name: namespace
|
|
objref:
|
|
kind: Service
|
|
name: katib-ui
|
|
apiVersion: v1
|
|
fieldref:
|
|
fieldpath: metadata.namespace
|
|
configurations:
|
|
- params.yaml
|
|
|