mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-04-27 19:26:09 -04:00
47 lines
906 B
YAML
47 lines
906 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: kubeflow
|
|
resources:
|
|
- deployment.yaml
|
|
- role-binding.yaml
|
|
- role.yaml
|
|
- service-account.yaml
|
|
- service.yaml
|
|
configMapGenerator:
|
|
- name: ui-parameters
|
|
env: params.env
|
|
images:
|
|
- name: gcr.io/ml-pipeline/frontend
|
|
newTag: '0.1.23'
|
|
vars:
|
|
- name: ui-namespace
|
|
objref:
|
|
kind: Service
|
|
name: ml-pipeline-ui
|
|
apiVersion: v1
|
|
fieldref:
|
|
fieldpath: metadata.namespace
|
|
- name: ui-clusterDomain
|
|
objref:
|
|
kind: ConfigMap
|
|
name: ui-parameters
|
|
version: v1
|
|
fieldref:
|
|
fieldpath: data.uiClusterDomain
|
|
- name: service
|
|
objref:
|
|
kind: Service
|
|
name: ml-pipeline-ui
|
|
apiVersion: v1
|
|
fieldref:
|
|
fieldpath: metadata.name
|
|
- name: tensorboard-service
|
|
objref:
|
|
kind: Service
|
|
name: ml-pipeline-tensorboard-ui
|
|
apiVersion: v1
|
|
fieldref:
|
|
fieldpath: metadata.name
|
|
configurations:
|
|
- params.yaml
|